HtmlSaveOptionsExportGridLines Property |
Indicating whether exporting the gridlines.The default value is false.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool ExportGridLines { get; set; }
Public Property ExportGridLines As Boolean
Get
Set
public:
property bool ExportGridLines {
bool get ();
void set (bool value);
}
member ExportGridLines : bool with get, set
Property Value
Type:
Boolean
See Also