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


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