'宣言 Public Overloads Shared Function LoadExcelSheetNames( _ ByVal grid As C1FlexGridBase, _ ByVal stream As System.IO.Stream _ ) As System.String()
public static System.string[] LoadExcelSheetNames( C1FlexGridBase grid, System.IO.Stream stream )
パラメータ
- grid
- ファイルのロード先の C1FlexGridBase インスタンス。
- stream
- 読み取り元の System.IO.Stream。
戻り値の型
ファイルで定義されているワークシートの名前を含む配列。