Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Alignment Structure / DownwardText Field


In This Topic
    DownwardText Field
    In This Topic
    A constant integer value represent the downward text.
    Syntax
    'Declaration
     
    
    Public Const DownwardText As Integer
    'Usage
     
    
    Dim value As Integer
     
    value = Alignment.DownwardText
    public const int DownwardText
    See Also