GrapeCity.Windows.SpreadGrid 名前空間 > ConditionalFormat クラス : GetRules メソッド |
'Declaration
Public Function GetRules( _ ByVal row As Integer, _ ByVal column As Integer _ ) As FormattingRuleBase()
public FormattingRuleBase[] GetRules( int row, int column )
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | row が GcSpreadGrid コントロールの行数を超えています。 |
System.ArgumentOutOfRangeException | column が GcSpreadGrid コントロールの列数を超えています。 |