Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Dialogs Namespace / BuiltInDialogs Class / FormatCells Method / FormatCells(GcSpreadSheet,StyleFormat,FormatCellsTabs) Method
The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.
The GrapeCity.Spreadsheet.StyleFormat value to display as current settings.
The default active tab.


In This Topic
    FormatCells(GcSpreadSheet,StyleFormat,FormatCellsTabs) Method
    In This Topic
    Shows the format cells dialog to customize the cell settings.
    Syntax
    'Declaration
     
    Public Overloads Shared Function FormatCells( _
       ByVal spread As GcSpreadSheet, _
       ByVal styleFormat As StyleFormat, _
       Optional ByVal activeTab As FormatCellsTabs _
    ) As IDialog
    'Usage
     
    Dim spread As GcSpreadSheet
    Dim styleFormat As StyleFormat
    Dim activeTab As FormatCellsTabs
    Dim value As IDialog
     
    value = BuiltInDialogs.FormatCells(spread, styleFormat, activeTab)
    public static IDialog FormatCells( 
       GcSpreadSheet spread,
       StyleFormat styleFormat,
       FormatCellsTabs activeTab
    )

    Parameters

    spread
    The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.
    styleFormat
    The GrapeCity.Spreadsheet.StyleFormat value to display as current settings.
    activeTab
    The default active tab.

    Return Value

    The IDialog object represents the format cells dialog.
    See Also