FlexPivot for WinForms
MatchesKey メソッド

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 > PivotKey クラス : MatchesKey メソッド
The PivotKey to be used for comparison.
Gets a value that indicates whether this PivotKey partially matches the content of another key.
シンタックス
'宣言
 
Public Function MatchesKey( _
   ByVal key As PivotKey _
) As System.Boolean
public System.bool MatchesKey( 
   PivotKey key
)

パラメータ

key
The PivotKey to be used for comparison.

戻り値の型

True if the key partially matches this PivotKey.
解説

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

参照

PivotKey クラス
PivotKey メンバ