Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Alignment Structure / VerticalText Field


In This Topic
    VerticalText Field
    In This Topic
    A constant integer value represent the vertical text. This field is constant and read-only.
    Syntax
    'Declaration
     
    
    Public Const VerticalText As Integer
    'Usage
     
    
    Dim value As Integer
     
    value = Alignment.VerticalText
    public const int VerticalText
    See Also