Spread WPF 18
GrapeCity.Spreadsheet Namespace / WorksheetReference Structure / Range Property


In This Topic
    Range Property (WorksheetReference)
    In This Topic
    Gets the range of cells.
    Syntax
    'Declaration
     
    Public ReadOnly Property Range As Reference
    'Usage
     
    Dim instance As WorksheetReference
    Dim value As Reference
     
    value = instance.Range
    public Reference Range {get;}
    See Also