Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / UsedRange Property


In This Topic
    UsedRange Property
    In This Topic
    Gets an IRange object that represents the used range on the specified worksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property UsedRange As IRange
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As IRange
     
    value = instance.UsedRange
    IRange UsedRange {get;}
    See Also