'宣言 Public Overloads Function AddUnboundSheet( _ Optional ByVal name As System.String, _ Optional ByVal rowCount As System.Integer, _ Optional ByVal columnCount As System.Integer _ ) As FlexSheetBuilder
public FlexSheetBuilder AddUnboundSheet( System.string name, System.int rowCount, System.int columnCount )
パラメータ
- name
- The sheet name
- rowCount
- The number of rows in the sheet.
- columnCount
- The number of columns in the sheet.
戻り値の型
Current FlexSheet builder