[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICustomView.RowColSettings

RowColSettings Property

RowColSettings

Gets whether the custom view includes settings for hidden rows and columns, including filter information.

Declaration
bool RowColSettings { get; }
ReadOnly Property RowColSettings As Boolean
Property Value
Type Description
bool

true if the custom view includes settings for hidden rows and columns, including filter information; otherwise, false.

Examples
ICustomView customView = workbook.CustomViews.Add("HiddenRows", false, true);
bool includeRowColSettings = customView.RowColSettings;