Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValuesArray Interface / Transpose Method


In This Topic
    Transpose Method
    In This Topic
    Transposes the rows and columns of this IValuesArray.
    Syntax
    'Declaration
     
    
    Sub Transpose() 
    'Usage
     
    
    Dim instance As IValuesArray
     
    instance.Transpose()
    void Transpose()
    See Also