FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / FormatCells Method / FormatCells(IRange,FormatCellsTab) Method
The GrapeCity.Spreadsheet.IRange object indicates the specified range to edit.
The default tab to display.


In This Topic
FormatCells(IRange,FormatCellsTab) Method
In This Topic
Gets the Format Cells dialog that allows to customize style settings of the specified range.
Syntax
'Declaration
 
Public Overloads Shared Function FormatCells( _
   ByVal cells As IRange, _
   Optional ByVal activeTab As FormatCells.FormatCellsTab _
) As FormatCells
 
'Usage
 
Dim cells As IRange
Dim activeTab As FormatCells.FormatCellsTab
Dim value As FormatCells
 
value = BuiltInDialogs.FormatCells(cells, activeTab)

Parameters

cells
The GrapeCity.Spreadsheet.IRange object indicates the specified range to edit.
activeTab
The default tab to display.

Return Value

A System.Windows.Forms.Form object represents the Format Cells dialog.
See Also