SPREAD for WPF 3.0J - GcSpreadGrid
GetRules メソッド

GrapeCity.Windows.SpreadGrid 名前空間 > ConditionalFormat クラス : GetRules メソッド
行インデックス。
列インデックス。
指定したセル位置にあるルールコレクションを取得します。
シンタックス
'宣言
 
Public Function GetRules( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As FormattingRuleBase()
public FormattingRuleBase[] GetRules( 
   int row,
   int column
)

パラメータ

row
行インデックス。
column
列インデックス。

戻り値の型

指定した位置にあるルールコレクション。
例外
例外解説
columnGcSpreadGrid コントロールの列数を超えています。
参照

ConditionalFormat クラス
ConditionalFormat メンバ