'宣言 Public Function New( _ ByVal name As System.String, _ ByVal workbook As WorkbookReference, _ ByVal worksheetName As System.String, _ ByVal lastWorksheetName As System.String _ )
public NameNode( System.string name, WorkbookReference workbook, System.string worksheetName, System.string lastWorksheetName )
パラメータ
- name
- 短い名前。
- workbook
- ワークブックのID。
- worksheetName
- 開始ワークシートの名前。
- lastWorksheetName
- 終了ワークシートの名前。