Gets the 
PivotKey associated with a 
System.Data.DataRow on a PivotEngine table.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Function GetPivotKey( _
   ByVal  As System.Data.DataRow _
) As PivotKey
             
        
            
            public PivotKey GetPivotKey( 
   System.Data.DataRow 
)
             
        
             
        
            パラメータ
- row
 
- System.Data.DataRow for which the key should be retrieved.
 
            
            戻り値の型
The 
PivotKey associated with the .
 
            
            
            
            
            
            
            
            
            
            
            
            参照