'宣言 Public Shared Function ParseRefers( _ ByVal book As C1XLBook, _ ByVal refers As System.String _ ) As XLCellRange()
public static XLCellRange[] ParseRefers( C1XLBook book, System.string refers )
パラメータ
- book
- セル範囲のワークブック。
- refers
- 名前付き範囲のテキスト参照。
'宣言 Public Shared Function ParseRefers( _ ByVal book As C1XLBook, _ ByVal refers As System.String _ ) As XLCellRange()
public static XLCellRange[] ParseRefers( C1XLBook book, System.string refers )