Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 612 Bytes

File metadata and controls

27 lines (23 loc) · 612 Bytes

title: export_grid_lines property second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 340 url: /aspose.cells.saving/ebooksaveoptions/export_grid_lines/ is_root: false

export_grid_lines property

Indicating whether exporting the gridlines.The default value is false.

Definition:

@property
def export_grid_lines(self):
    ...
@export_grid_lines.setter
def export_grid_lines(self, value):
    ...

See Also