Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SjsSaveOptions Class / IgnoreRangeOutOfRowColumnCount Property
In This Topic
    IgnoreRangeOutOfRowColumnCount Property (SjsSaveOptions)
    In This Topic
    Gets or sets whether to ignore data out of the RowCount and ColumnCount when exporting to sjs. Default value is false.
    Syntax
    public System.bool IgnoreRangeOutOfRowColumnCount {get; set;}
    See Also