SpreadsheetLoadOptionsShowGridLines Property |
Show grid lines when converting Excel files.
Namespace: GroupDocs.Conversion.Options.LoadAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic bool ShowGridLines { get; set; }
Public Property ShowGridLines As Boolean
Get
Set
public:
property bool ShowGridLines {
bool get ();
void set (bool value);
}
member ShowGridLines : bool with get, set
Property Value
Type:
Boolean
See Also