次の表は、ActiveX 版のメソッドと WPF 版 SPREAD のメンバを比較しています。
ActiveX 版 メソッド | WPF 版 メンバ |
---|---|
AboutBox | 該当なし。 |
AddCellSpan | Cell.ColumnSpan プロパティ Cell.RowSpan プロパティ |
AddCustomFunction | GcSpreadGrid.AddCustomFunction |
AddCustomFunctionExt | GcSpreadGrid.AddCustomFunction |
AddSelection | GcSpreadGrid.Select |
CFGetCellParam CFGetCellParamExt CFGetDoubleParam CFGetDoubleParamExt CFGetLongParam CFGetParamInfo CFGetRangeParam CFGetRangeParamExt CFGetStringParam CFSetResult |
該当なし。 SPREAD for WPF では、CalcEngine アセンブリの各クラスの Evaluate メソッド内でカスタム関数が評価されます。 |
ClearRange | GcSpreadGrid.ClearRange |
ClearSelection | GcSpreadGrid.ResetSelection |
ClipboardCopy | SpreadEditCommands.Copy |
ClipboardCut | SpreadEditCommands.Cut |
ClipboardPaste | SpreadEditCommands.Paste |
ColLetterToNumber | 該当なし。 |
ColNumberToLetter | Cell.Text GcSpreadGrid.ColumnHeader プロパティでインデックスを指定することにより、自動テキストを取得できます。 |
ColWidthToTwips | 該当なし。 列幅はピクセル単位で設定および取得されます。 |
CopyColRange CopyRange CopyRowRange |
該当なし。 |
DataRefresh | 該当なし。 |
DataSave | 該当なし。 |
DeleteCols | GcSpreadGrid.Columns.Remove |
DeleteRows | GcSpreadGrid.Rows.Remove |
DeleteSheets | マルチシート(複数シート)に対応していません。 |
EnumCustomFunction | 該当なし。 |
ExportExcelBook (ワークブック内の全シートを保存) | GcSpreadGrid.SaveExcel |
ExportExcelBookEx | GcSpreadGrid.SaveExcel |
ExportRangeToHTML | 該当なし。 |
ExportRangeToTextFile | GcSpreadGrid.SaveCsv |
ExportRangeToTextFileU | GcSpreadGrid.SaveCsv |
ExportRangeToXML ExportRangeToXMLBuffer |
該当なし。 |
ExportToExcel (個々のシートを保存) | GcSpreadGrid.SaveExcel |
ExportToExcelEx (個々のシートを保存) | GcSpreadGrid.SaveExcel |
ExportToHTML | 該当なし。 |
ExportToTextFile | GcSpreadGrid.SaveCsv |
ExportToTextFileU | GcSpreadGrid.SaveCsv |
ExportToXML ExportToXMLBuffer |
GcSpreadGrid.Save |
GetActionKey | GcSpreadGrid.InputBindings (System.Windows.UIElement から継承) |
GetArray | GcSpreadGrid.GetClipValue |
GetBottomRightCell | 該当なし。 |
GetCalTextOverride | 該当なし。 |
GetCellBorder | Cell.BorderBottom Cell.BorderTop Cell.BorderLeft Cell.BorderRight Column.BorderBottom Column.BorderTop Column.BorderLeft Column.BorderRight Row.BorderBottom Row.BorderTop Row.BorderLeft Row.BorderRight |
GetCellDirtyFlag | 該当なし。 |
GetCellFromScreenCoord | 該当なし。 |
GetCellPos | GcSpreadGrid.GetCellDisplayBounds |
GetCellSpan | GcSpreadGrid.GetSpanInfo |
GetClientArea | 該当なし。 |
GetColFromID | 該当なし。 |
GetColItemData | Column.Tag |
GetCustomFunction | GcSpreadGrid.GetCustomFunction |
GetCustomName | 該当なし。 |
GetDataFillData | 該当なし。 |
GetExcelSheetList | 該当なし。 |
GetFirstValidCell | 該当なし。 |
GetFloat | Cell.Value GcSpreadGrid.GetCellValue |
GetInteger | Cell.Value GcSpreadGrid.GetCellValue |
GetItemData | GcSpreadGrid.Tag (System.Windows.FrameworkElement から継承) |
GetIteration | 該当なし。 |
GetLastValidCell | 該当なし。 |
GetMultiSelItem | GcSpreadGrid.SelectedRanges |
GetOddEvenRowColor | AlternatingRow.Background AlternatingRow.Foreground |
GetRefStyle | GcSpreadGrid.ReferenceStyle 列挙体: ReferenceStyle |
GetRowItemData | Row.Tag |
GetSelection | GcSpreadGrid.SelectedRanges |
GetText | Cell.Text GcSpreadGrid.GetCellText |
GetTextTipAppearance | 該当なし。 |
ImportExcelBook | GcSpreadGrid.OpenExcel |
ImportExcelSheet | GcSpreadGrid.OpenExcel |
InsertCols | GcSpreadGrid.Columns.Add GcSpreadGrid.Columns.Insert |
InsertRows | GcSpreadGrid.Rows.AddNew GcSpreadGrid.Rows.AddUnboundRow GcSpreadGrid.Rows.InsertUnboundRow |
InsertSheets | マルチシート(複数シート)に対応していません。 |
IsCellSelected | Cell.IsSelected |
IsExcelFile | 該当なし。 |
IsFetchCellNote | 該当なし。 |
IsFormulaValid | 該当なし。 |
IsVisible | GcSpreadGrid.IsCellInView |
LoadFromFile | GcSperadGrid.Open |
LoadPicture | 該当なし。 |
LoadPictureBuffer | 該当なし。 |
LoadResPicture | 該当なし。 |
LoadTabFile | GcSpreadGrid.OpenCsv |
LoadTextFile | GcSpreadGrid.OpenCsv |
MoveColRange MoveRange MoveRowRange |
該当なし。 |
MoveSheets | マルチシート(複数シート)に対応していません。 |
OLEDrag | 該当なし。 |
OwnerPrintDraw | 該当なし。 |
OwnerPrintPageCount | 該当なし。 |
PrintSheet | GcSpreadGrid.Print GcSpreadGrid.PrintPreview |
QueryCustomName | 該当なし。 |
ReCalc | 該当なし。 |
ReCalcCell | 該当なし。 |
Refresh | 該当なし。 |
RemoveCellSpan | GcSpreadGrid.ClearSpanInfo |
RemoveCustomFunction | GcSpreadGrid.RemoveCustomFunctions |
Reset | GcSpreadGrid.Reset |
ResetSheet | GcSpreadGrid.Reset |
RowHeightToTwips | 該当なし。.NET では、行の高さはピクセル単位で設定および取得します。 |
SavePicture | 該当なし。 |
SavePictureBuffer | 該当なし。 |
SaveTabFile | GcSpreadGrid.SaveCsv |
SaveTabFileU | GcSpreadGrid.SaveCsv |
SaveToFile | GcSpreadGrid.Save |
ScriptCFGetCellParamExt | 該当なし。 |
ScriptCFGetRangeParamExt | 該当なし。 |
SearchCol | 該当なし。 |
SearchRow | 該当なし。 |
SetActionKey | GcSpreadGrid.InputBindings (System.Windows.UIElement から継承) |
SetActiveCell | GcSpreadGrid.ActiveCellPosition |
SetArray | GcSpreadGrid.SetClipValue |
SetCalText | 該当なし。 |
SetCalTextOverride | 該当なし。 |
SetCellBorder | Cell.BorderBottom Cell.BorderTop Cell.BorderLeft Cell.BorderRight Column.BorderBottom Column.BorderTop Column.BorderLeft Column.BorderRight Row.BorderBottom Row.BorderTop Row.BorderLeft Row.BorderRight |
SetCellDirtyFlag | 該当なし。 |
SetColItemData | Column.Tag |
SetCustomName | 該当なし。 |
SetDataFillData | 該当なし。 |
SetFloat | Cell.Value GcSpreadGrid.SetCellValue |
SetFocus | GcSpreadGrid.Focus (System.Windows.UIElement から継承) |
SetInteger | Cell.Value GcSpreadGrid.SetCellValue |
SetItemData | GcSpreadGrid.Tag(System.Windows.FrameworkElement から継承) |
SetIteration | 該当なし。 |
SetOddEvenRowColor | AlternatingRow.Background AlternatingRow.Foreground |
SetRefStyle | GcSpreadGrid.ReferenceStyle 列挙体: ReferenceStyle |
SetRowItemData | Row.Tag |
SetSelection | GcSpreadGrid.Select |
SetText | Cell.Text GcSpreadGrid.SetCellText |
SetTextTipAppearance | 該当なし。 |
ShowCell | GcSpreadGrid.ShowCell |
Sort | GcSpreadGrid.SortDescriptions |
SwapColRange SwapRange SwapRowRange |
該当なし。 |
TwipsToColWidth | 該当なし。.NET では、列幅はピクセル単位で設定および取得します。 |
TwipsToRowHeight | 該当なし。.NET では、行の高さはピクセル単位で設定および取得します。 |
TypeComboBoxClear | ComboBoxCellType.Items.Clear |
TypeComboBoxRemoveItem | ComboBoxCellType.Items.Remove ComboBoxCellType.Items.RemoveAt |
VirtualRefresh | 該当なし。 |
ZOrder | 該当なし。 |