Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Setup Class / fitWidth Property


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