Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Dimensions Class / colMax Property


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