header_columns_count property
header_columns_count property
The count of header columns to be repeated for extended sheets.
Remarks
The header columns specified by this property will be duplicated for those extended sheets.
This property only takes effect when TxtLoadOptions.extend_to_next_sheet
is true.
Definition:
@property
def header_columns_count(self):
...
@header_columns_count.setter
def header_columns_count(self, value):
...
See Also
- module
aspose.cells
- class
TxtLoadOptions