Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Labels Property


In This Topic
    Labels Property (IWorksheet)
    In This Topic
    Gets the list of label controls of this IWorksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property Labels As ILabels
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As ILabels
     
    value = instance.Labels
    ILabels Labels {get;}
    See Also