FlexGrid for WPF | ComponentOne
C1.WPF.Grid.Excel Assembly / C1.WPF.Grid Namespace / LoadExcelOptions Class / VisibleOnly Property

In This Topic
    VisibleOnly Property
    In This Topic
    Specifies whether only visible rows and columns should be loaded.
    The default value is false.
    Syntax
    'Declaration
     
    Public Property VisibleOnly As Boolean
    public bool VisibleOnly {get; set;}
    See Also