Ver.9.0.0 COM interface was added

A COM interface for the pivot function was added.
  ASGTableWindow::PivotRowLevel
    Obtains the deepth of pivot rows.
  ASGTableWindow::GetPivotRowValueAsStr
    Obtains the level display string of the pivot row which contains specified cell (row and column are specified).
  ASGTableWindow::PivotColLevel
    Obtains the level of pivot column.
  ASGTableWindow::GetPivotColValueAsStr
    Obtains the level display string of the pivot column which contains specified cell (row and column are specified).
  ASGTableWindow::PivotContentCount
    Obtians the count of pivot content.
  ASGTableWindow::GetPivotContentCellValueAsStr
    Obtains the summary result on specified cell (row and column are specified) as a string.
  ASGTableWindow::GetPivotContentMemberObject
    Obtains the summary result MemberObject on specified cell (row and column are specified) as a string.
A COM interface for GUI was added.
  ASGTableWindow::GetCellsValueAsStr
    Get the specified cells’ value as a string.
  ASGTableWindow::WindowStyleName
    Obtains current style name.
In addition, the above interface can be used to export pivot tables.  Code samples have been included in Asprova Extension Plug-in Collection.
COM SDK
  Start menu\Asprova APS\SDK\Asprova Extension Plug-in Collection  Asprova\SDK\Samples\Extention PlugIns VB  (The source and explanation are in the folder on the left.)