Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CatSerRange Class / catLabel Property


In This Topic
    catLabel Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property catLabel As Short
    'Usage
     
    
    Dim instance As CatSerRange
    Dim value As Short
     
    instance.catLabel = value
     
    value = instance.catLabel
    public short catLabel {get; set;}
    See Also