Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / StickyNoteStyleInfo Class / IsAlignHorzSet Method


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