Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / ILabels Interface
Members


In This Topic
    ILabels Interface
    In This Topic
    Represents a list of label controls.
    Object Model
    ILabels Interface
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Interface ILabels 
       Inherits GrapeCity.Spreadsheet.IReadonlyArray(Of ILabel) 
    'Usage
     
    Dim instance As ILabels
    [DefaultMember("Item")]
    public interface ILabels : GrapeCity.Spreadsheet.IReadonlyArray<ILabel>  
    See Also