[]
Gets whether the custom view includes settings for hidden rows and columns, including filter information.
bool RowColSettings { get; }
ReadOnly Property RowColSettings As Boolean
| Type | Description |
|---|---|
| bool | true if the custom view includes settings for hidden rows and columns, including filter information; otherwise, false. |
ICustomView customView = workbook.CustomViews.Add("HiddenRows", false, true);
bool includeRowColSettings = customView.RowColSettings;