Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / GetSheetCellRangeArray Method
The sheet view.
All selected cell ranges.


In This Topic
    GetSheetCellRangeArray Method (ChartSelectDataSource)
    In This Topic
    Gets the sheet cell range array.
    Syntax
    'Declaration
     
    
    Protected Function GetSheetCellRangeArray( _
       ByVal sheetView As SheetView, _
       ByVal allSelectedCellRanges() As CellRange _
    ) As SheetCellRange()
    'Usage
     
    
    Dim instance As ChartSelectDataSource
    Dim sheetView As SheetView
    Dim allSelectedCellRanges() As CellRange
    Dim value() As SheetCellRange
     
    value = instance.GetSheetCellRangeArray(sheetView, allSelectedCellRanges)
    protected SheetCellRange[] GetSheetCellRangeArray( 
       SheetView sheetView,
       CellRange[] allSelectedCellRanges
    )

    Parameters

    sheetView
    The sheet view.
    allSelectedCellRanges
    All selected cell ranges.
    See Also