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


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