CustomView.RowColSettings Property
Excel Developer Reference |
True if the custom view includes settings for hidden rows and columns (including filter information). Read-only Boolean.
Syntax
expression.RowColSettings
expression A variable that represents a CustomView object.
Example
This example creates a list of the custom views in the active workbook and their print settings and row and column settings.
Visual Basic for Applications |
---|
|
See Also