Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatCellsActionCommand Class / IncreaseFontSize Method
The worksheet which this command attached to.
The range which this command working to.
The boolean value to indecates increase/decrease font size.


In This Topic
    IncreaseFontSize Method (FormatCellsActionCommand)
    In This Topic
    Creates the command that increase/decrease font size of cell(s).
    Syntax
    'Declaration
     
    
    Public Shared Function IncreaseFontSize( _
       ByVal worksheet As IWorksheet, _
       ByVal references() As Reference, _
       ByVal increase As Boolean _
    ) As FormatCellsActionCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim references() As Reference
    Dim increase As Boolean
    Dim value As FormatCellsActionCommand
     
    value = FormatCellsActionCommand.IncreaseFontSize(worksheet, references, increase)

    Parameters

    worksheet
    The worksheet which this command attached to.
    references
    The range which this command working to.
    increase
    The boolean value to indecates increase/decrease font size.
    See Also