Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Setup Class / fitHeight Property


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