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