'Declaration Public Function New( _ ByVal sheetView As SheetView, _ ByVal newName As String _ )
'Declaration
Public Function New( _ ByVal sheetView As SheetView, _ ByVal newName As String _ )
'使用法 Dim sheetView As SheetView Dim newName As String Dim instance As New SheetRenameUndoAction(sheetView, newName)
'使用法
Dim sheetView As SheetView Dim newName As String Dim instance As New SheetRenameUndoAction(sheetView, newName)
public SheetRenameUndoAction( SheetView sheetView, string newName )
SheetRenameUndoAction クラス SheetRenameUndoAction メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.