Spread WPF 18
GrapeCity.Spreadsheet Namespace / ISheet Interface / Labels Property


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