Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / StickyNoteStyleInfo Class / IsAlignVertSet Method


In This Topic
    IsAlignVertSet Method (StickyNoteStyleInfo)
    In This Topic
    Determines whether the vertical alignment of the contents for the cell note is set.
    Syntax
    'Declaration
     
    
    Public Function IsAlignVertSet() As Boolean
    'Usage
     
    
    Dim instance As StickyNoteStyleInfo
    Dim value As Boolean
     
    value = instance.IsAlignVertSet()
    public bool IsAlignVertSet()
    See Also