'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.