FlexPivot for WinForms
MatchesItem メソッド

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 > PivotKey クラス : MatchesItem メソッド
Item that contains the raw data.
Gets a value that determines whether a given data object matches the content of this PivotKey.
シンタックス
'宣言
 
Public Function MatchesItem( _
   ByVal item As System.Object _
) As System.Boolean
public System.bool MatchesItem( 
   System.object item
)

パラメータ

item
Item that contains the raw data.

戻り値の型

True if the item matches this PivotKey.
解説

The match is determined by comparing the formatted values for each PivotField in the key to the formatted values in the item. Therefore, matches may occur even if the raw values are different.

参照

PivotKey クラス
PivotKey メンバ