'宣言 Public Overloads Shared Function FormatCells( _ ByVal spread As GcSpreadSheet, _ ByVal range As IRange, _ ByVal styleFormat As StyleFormat, _ Optional ByVal activeTab As FormatCellsTabs, _ Optional ByVal numFmtCategory As System.Integer, _ Optional ByVal cellValue As System.Object, _ Optional ByVal isTable As System.Boolean _ ) As IDialog
public static IDialog FormatCells( GcSpreadSheet spread, IRange range, StyleFormat styleFormat, FormatCellsTabs activeTab, System.int numFmtCategory, System.object cellValue, System.bool isTable )
パラメータ
- spread
- 動作するGrapeCity.Wpf.SpreadSheet.GcSpreadSheetコントロール。
- range
- 動作する現在のセル範囲。
- styleFormat
- 現在の設定として表示するGrapeCity.Spreadsheet.StyleFormat値。
- activeTab
- デフォルトのアクティブタブ。
- numFmtCategory
- デフォルトで選択されている数値書式のカテゴリ。
- cellValue
- プレビューとして表示するセル値。
- isTable
戻り値の型
セルの書式設定ダイアログを表すIDialogオブジェクト。