GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > RowCollection クラス > GetFirstRow メソッド : GetFirstRow(MultiRowElementStates,MultiRowElementStates) メソッド |
Public Overloads Function GetFirstRow( _ ByVal includeFilter As MultiRowElementStates, _ ByVal excludeFilter As MultiRowElementStates _ ) As Integer
public int GetFirstRow( MultiRowElementStates includeFilter, MultiRowElementStates excludeFilter )
例外 | 解説 |
---|---|
System.ComponentModel.InvalidEnumArgumentException | includeFilterが、列挙体MultiRowElementStatesの有効な値ではありません。 または excludeFilterが、列挙体MultiRowElementStatesの有効な値ではありません。 |