Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFont Class / dyHeight Property


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