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


In This Topic
    IsMarginTopSet Method (StickyNoteStyleInfo)
    In This Topic
    Determines whether the margin between the top of the cell note and its contents is set.
    Syntax
    'Declaration
     
    
    Public Function IsMarginTopSet() As Boolean
    'Usage
     
    
    Dim instance As StickyNoteStyleInfo
    Dim value As Boolean
     
    value = instance.IsMarginTopSet()
    public bool IsMarginTopSet()
    See Also