Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / IsVerticalAlignmentSet Method


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