Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AxcExt Class / catMax Property


In This Topic
    catMax Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property catMax As UShort
    'Usage
     
    
    Dim instance As AxcExt
    Dim value As UShort
     
    instance.catMax = value
     
    value = instance.catMax
    public ushort catMax {get; set;}
    See Also