Aspose::Cells::TxtLoadOptions::SetHeaderColumnsCount method

TxtLoadOptions::SetHeaderColumnsCount method

The count of header columns to be repeated for extended sheets.

void Aspose::Cells::TxtLoadOptions::SetHeaderColumnsCount(int32_t value)

Remarks

The header columns specified by this property will be duplicated for those extended sheets. This property only takes effect when ExtendToNextSheet is true.

See Also