Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / NoteIndicatorSize Property


In This Topic
    NoteIndicatorSize Property (CellWrapper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shadows Property NoteIndicatorSize As Size
    'Usage
     
    
    Dim instance As CellWrapper
    Dim value As Size
     
    instance.NoteIndicatorSize = value
     
    value = instance.NoteIndicatorSize
    public new Size NoteIndicatorSize {get; set;}
    See Also