Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / CurrentRegion Property


In This Topic
    CurrentRegion Property
    In This Topic
    Gets an IRange object that represents the current region. The current region is a range bounded by any combination of blank rows and blank columns.
    Syntax
    'Declaration
     
    
    ReadOnly Property CurrentRegion As IRange
    'Usage
     
    
    Dim instance As IRange
    Dim value As IRange
     
    value = instance.CurrentRegion
    IRange CurrentRegion {get;}

    Property Value

    An IRange object that represents the current region.
    See Also