ConfigIgnoreEmptyContent Property |
Sets whether to show the max range which includes data ,style, merged cells and shapes.
the default value is true .if the last row or column contains cells with no value and formula but has custom style
then we will not show this row/column when this vlaue is true
Namespace:
Aspose.Cells.GridJs
Assembly:
Aspose.Cells.GridJs (in Aspose.Cells.GridJs.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic static bool IgnoreEmptyContent { get; set; }
Public Shared Property IgnoreEmptyContent As Boolean
Get
Set
public:
static property bool IgnoreEmptyContent {
bool get ();
void set (bool value);
}
static member IgnoreEmptyContent : bool with get, set
Property Value
Type:
Boolean
See Also