列に対して表示形式を設定します。(文字列:"@")
Namespace: YiaoWang.Vender.OfficeAssembly: YiaoWang.Vender.Office (YiaoWang.Vender.Office.dll 内) バージョン: 2.11.5.7 (2.11.5.7)
Syntax
C# |
---|
public void SetFormat( int colNo, string format ) |
Visual Basic |
---|
Public Sub SetFormat ( _ colNo As Integer, _ format As String _ ) |
Parameters
- colNo
- Type: System..::..Int32
列番号。(1から開始)
- format
- Type: System..::..String
フォーマット。
Remarks
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | 列番号が使用可能範囲外です。 |