Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AppearanceStyleInfo Class / IsVerticalAlignmentSet Method


In This Topic
    IsVerticalAlignmentSet Method (AppearanceStyleInfo)
    In This Topic
    Gets whether the vertical alignment of the cell contents (VerticalAlignment property) is set.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsVerticalAlignmentSet() As Boolean
    'Usage
     
    
    Dim instance As AppearanceStyleInfo
    Dim value As Boolean
     
    value = instance.IsVerticalAlignmentSet()
    public virtual bool IsVerticalAlignmentSet()
    See Also