FlexPivot for WinForms
GetFormattedValue(Int32,Object) メソッド

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 > PivotKey クラス > GetFormattedValue メソッド : GetFormattedValue(Int32,Object) メソッド
Index of the field whose value should be retrieved.
Object that provides the unformatted value.
Gets a formatted value from the Values array.
シンタックス
'宣言
 
Public Overloads Function GetFormattedValue( _
   ByVal index As System.Integer, _
   ByVal item As System.Object _
) As System.String
public System.string GetFormattedValue( 
   System.int index,
   System.object item
)

パラメータ

index
Index of the field whose value should be retrieved.
item
Object that provides the unformatted value.

戻り値の型

The formatted value for the given index.
参照

PivotKey クラス
PivotKey メンバ
オーバーロード一覧