セルの値を取得します。
Namespace: YiaoWang.Vender.OfficeAssembly: YiaoWang.Vender.Office (YiaoWang.Vender.Office.dll 内) バージョン: 2.11.5.7 (2.11.5.7)
Syntax
C# |
---|
public string Read( int rowNo, int colNo ) |
Visual Basic |
---|
Public Function Read ( _ rowNo As Integer, _ colNo As Integer _ ) As String |
Parameters
- rowNo
- Type: System..::..Int32
行番号。(1から開始)
- colNo
- Type: System..::..Int32
列番号。(1から開始)
Return Value
セルの値。
Remarks
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | 行番号、もしくは、列番号が使用可能範囲外です。 |