It keeps a collection of format objects used by anything in this grid, and returns the index into the collection for every header, title or cell.
|
Public Member Functions |
HRESULT | BandingOption ([out, retval] VARIANT_BOOL *pBanding) |
| Get the banding option of the grid.
|
HRESULT | FormatCount ([out, retval] Int32 *pCount) |
| This method retrieves the number of format objects used by anything on the grid.
|
HRESULT | FormatItem ([in] Int32 Index,[out, retval] IDSSFormat
ppFormat) |
| This method retrieves the format object by index.
|
HRESULT | GetColumnScenario ([out, retval] EnumDSSWidthScenario *pColScenario) |
HRESULT | GetDataColumnWidths ([out] Int32 *oDataColumnWidths) |
HRESULT | GetDataColumnWidthsCount ([out, retval] Int32 *pDataColumnWidthsCount) |
HRESULT | GetDataFormat ([in] Int32 RowNum,[in] Int32 ColumnNum,[out, optional] VARIANT *pValue,[out, optional] Int32 *pFormatIndex,[out, optional] BSTR *pText,[out, optional] Int32 *pColor) |
| Get format info for data cell.
|
HRESULT | GetDefaultHeaderWidth ([out, retval] Int32 *pDefaultHeaderWidth) |
HRESULT | GetExtraWidth ([out, retval] Int32 *pExtraWidth) |
HRESULT | GetHeaderFormat ([in] IDSSElement *pElement,[in, optional] Int32 FormID,[out, optional] VARIANT *pValue,[out, optional] Int32 *pFormatIndex,[out, optional] BSTR *pText) |
| Get format info for header element.
|
HRESULT | GetHeaderFormat2 ([in] EnumDSSAxisName Axis,[in] Int32 Ordinal,[in] Int32 Depth,[in, optional] Int32 FormID,[out, optional] VARIANT *pValue,[out, optional] Int32 *pFormatIndex,[out, optional] BSTR *pText) |
| Get format info for header element according to position.
|
HRESULT | GetRowHeaderWidths ([out] Int32 *pRowHeaderWidths) |
HRESULT | GetRowHeaderWidthsCount ([out, retval] Int32 *pHeaderWidthsCount) |
HRESULT | GetRowHeight ([out, retval] Int32 *pRowHeight) |
HRESULT | GetRowScenario ([out, retval] EnumDSSWidthScenario *pRowScenario) |
HRESULT | GetTitleFormat ([in] IDSSTemplateUnit *pUnit,[out, optional] Int32 *pFormatIndex,[out, optional] BSTR *pText) |
| Get format info for title unit.
|
HRESULT | GetTitleFormat2 ([in] EnumDSSAxisName Axis,[in] Int32 UnitIndex,[out, optional] Int32 *pFormatIndex,[out, optional] BSTR *pText) |
| Get format info for title unit according to position.
|
HRESULT | InitSlicedData ([in] IDSSXTabDataAccess *pSlicedData) |
HRESULT | ReportInstance ([out, retval] IDSSReportInstance
ppReportInstance) |
| This method retrieves the report instance associated with this grid formatter.
|
HRESULT | Template ([out, retval] IDSSTemplate
ppTemplate) |
| This method retrieves the template associated with this grid formatter.
|