Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / GetNonEmptyArea() Method


In This Topic
    GetNonEmptyArea() Method
    In This Topic
    Gets the minimum cell range which contains all non-empty data of the worksheet.
    Syntax
    'Declaration
     
    
    Public Function GetNonEmptyArea() As Reference
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As Reference
     
    value = instance.GetNonEmptyArea()
    public Reference GetNonEmptyArea()

    Return Value

    A Reference value represents the minimum non-empty cell range of the worksheet.
    See Also