Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IName Interface / Worksheet Property


In This Topic
    Worksheet Property (IName)
    In This Topic
    Gets the scope of name as local worksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property Worksheet As IWorksheet
    'Usage
     
    
    Dim instance As IName
    Dim value As IWorksheet
     
    value = instance.Worksheet
    IWorksheet Worksheet {get;}

    Property Value

    The Worksheet object indicates the scope of name. Returns null if the scope of name is entire workbook.
    See Also