GrapeCity SPREAD for WPF 2.0J
GetRules メソッド

行インデックス。
列インデックス。
指定したセル位置にあるルールコレクションを取得します。
構文
'Declaration
 
Public Function GetRules( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As FormattingRuleBase()
public FormattingRuleBase[] GetRules( 
   int row,
   int column
)

パラメータ

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

戻り値の型

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

ConditionalFormat クラス
ConditionalFormat メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.