セルに値を設定します。
Namespace: YiaoWang.Vender.OfficeAssembly: YiaoWang.Vender.Office (YiaoWang.Vender.Office.dll 内) バージョン: 2.11.5.7 (2.11.5.7)
Syntax
C# |
---|
public void Write(
int startRowNo,
int startColNo,
DataTable table
) |
Visual Basic |
---|
Public Sub Write ( _
startRowNo As Integer, _
startColNo As Integer, _
table As DataTable _
) |
Parameters
- startRowNo
- Type: System..::..Int32
行番号。(1から開始)
- startColNo
- Type: System..::..Int32
列番号。(1から開始)
- table
- Type: System.Data..::..DataTable
値。
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentOutOfRangeException | 行番号、もしくは、列番号が使用可能範囲外です。 |
See Also