is_row_column_headers_visible property
is_row_column_headers_visible property
Gets or sets a value indicating whether the worksheet will display row and column headers. Default is true.
Definition:
@property
def is_row_column_headers_visible(self):
...
@is_row_column_headers_visible.setter
def is_row_column_headers_visible(self, value):
...
See Also
- module
aspose.cells
- class
Worksheet