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


In This Topic
    IsVerticalAlignmentSet Method (DynamicStyleInfo)
    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 DynamicStyleInfo
    Dim value As Boolean
     
    value = instance.IsVerticalAlignmentSet()
    public virtual bool IsVerticalAlignmentSet()
    See Also