'宣言Public Function GetRules( _ ByVal row As Integer, _ ByVal column As Integer _ ) As FormattingRuleBase()
public FormattingRuleBase[] GetRules( int row, int column )
パラメータ
- row
- 行インデックス。
- column
- 列インデックス。
戻り値の型
指定した位置にあるルールコレクション。
'宣言Public Function GetRules( _ ByVal row As Integer, _ ByVal column As Integer _ ) As FormattingRuleBase()
public FormattingRuleBase[] GetRules( int row, int column )
| 例外 | 解説 |
|---|---|
| System.ArgumentOutOfRangeException | column が GcSpreadGrid コントロールの列数を超えています。 |