Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / MinimumSize Field


In This Topic
    MinimumSize Field
    In This Topic
    Indicates the minimum size for width or height of the drawing object This field is constant and read-only.
    Syntax
    'Declaration
     
    
    Public Const MinimumSize As Integer
    'Usage
     
    
    Dim value As Integer
     
    value = WorksheetDrawing.MinimumSize
    public const int MinimumSize
    See Also