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

In This Topic
    SheetCellRange Property
    In This Topic
    Represents the range of cells to be processed and loaded into the grid.
    Syntax
    'Declaration
     
    Public Property SheetCellRange As GridCellRange
    public GridCellRange SheetCellRange {get; set;}
    See Also