Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Dialogs Namespace / BuiltInDialogs Class / FormatCells Method / FormatCells(GcSpreadSheet,IRange,FormatCellsTabs) Method
The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.
The current cell range to work with.
The default active tab.


In This Topic
    FormatCells(GcSpreadSheet,IRange,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, _
       Optional ByVal range As IRange, _
       Optional ByVal activeTab As FormatCellsTabs _
    ) As IDialog
    'Usage
     
    Dim spread As GcSpreadSheet
    Dim range As IRange
    Dim activeTab As FormatCellsTabs
    Dim value As IDialog
     
    value = BuiltInDialogs.FormatCells(spread, range, activeTab)
    public static IDialog FormatCells( 
       GcSpreadSheet spread,
       IRange range,
       FormatCellsTabs activeTab
    )

    Parameters

    spread
    The GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control to work with.
    range
    The current cell range to work with.
    activeTab
    The default active tab.

    Return Value

    The IDialog object represents the format cells dialog.
    See Also