Spread Windows Forms 17
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
    Syntax
    'Declaration
     
    
    Public Const MinimumSize As Integer
    'Usage
     
    
    Dim value As Integer
     
    value = WorksheetDrawing.MinimumSize
    public const int MinimumSize
    See Also