Represents a list object on a worksheet. The ListObject object is a member of the ListObjects collection. The ListObjects collection contains all the list objects on a worksheet. More...
Inherits Object.
Public Member Functions | |
virtual Aspose::Cells::Systems::Int32 | GetStartRow ()=0 |
Gets the start row of the range. More... | |
virtual Aspose::Cells::Systems::Int32 | GetStartColumn ()=0 |
Gets the start column of the range. More... | |
virtual Aspose::Cells::Systems::Int32 | GetEndRow ()=0 |
Gets the end row of the range. More... | |
virtual Aspose::Cells::Systems::Int32 | GetEndColumn ()=0 |
Gets the end column of the range. More... | |
virtual intrusive_ptr< Aspose::Cells::Tables::IListColumnCollection > | GetIListColumns ()=0 |
Gets ListColumns of the IListObject. More... | |
virtual void | Resize (Aspose::Cells::Systems::Int32 startRow, Aspose::Cells::Systems::Int32 startColumn, Aspose::Cells::Systems::Int32 endRow, Aspose::Cells::Systems::Int32 endColumn, bool hasHeaders)=0 |
Resize the range of the list object. More... | |
virtual void | PutCellValue (Aspose::Cells::Systems::Int32 rowOffset, Aspose::Cells::Systems::Int32 columnOffset, intrusive_ptr< Aspose::Cells::Systems::Object > value)=0 |
Put the value to the cell. More... | |
virtual bool | GetShowHeaderRow ()=0 |
Gets and sets whether this IListObject show header row. More... | |
virtual void | SetShowHeaderRow (bool value)=0 |
Gets and sets whether this IListObject show header row. More... | |
virtual bool | GetShowTotals ()=0 |
Gets and sets whether this IListObject show total row. More... | |
virtual void | SetShowTotals (bool value)=0 |
Gets and sets whether this IListObject show total row. More... | |
virtual intrusive_ptr< Aspose::Cells::IRange > | GetDataIRange ()=0 |
Gets the data range of the ListObject. More... | |
virtual void | UpdateColumnName ()=0 |
Updates all list columns' name from the worksheet. More... | |
virtual Aspose::Cells::Tables::TableDataSourceType | GetDataSourceType ()=0 |
Gets the data source type of the table. More... | |
virtual intrusive_ptr< Aspose::Cells::IAutoFilter > | GetIFilter ()=0 |
Filter the table. More... | |
virtual intrusive_ptr< Aspose::Cells::IAutoFilter > | GetIAutoFilter ()=0 |
Gets auto filter. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetDisplayName ()=0 |
Gets and sets the display name. More... | |
virtual void | SetDisplayName (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
Gets and sets the display name. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetComment ()=0 |
Gets and sets the comment of the table. More... | |
virtual void | SetComment (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
Gets and sets the comment of the table. More... | |
virtual bool | GetShowTableStyleFirstColumn ()=0 |
Indicates whether the first column in the table should have the style applied. More... | |
virtual void | SetShowTableStyleFirstColumn (bool value)=0 |
Indicates whether the first column in the table should have the style applied. More... | |
virtual bool | GetShowTableStyleLastColumn ()=0 |
Indicates whether the last column in the table should have the style applied. More... | |
virtual void | SetShowTableStyleLastColumn (bool value)=0 |
Indicates whether the last column in the table should have the style applied. More... | |
virtual bool | GetShowTableStyleRowStripes ()=0 |
Indicates whether row stripe formatting is applied. More... | |
virtual void | SetShowTableStyleRowStripes (bool value)=0 |
Indicates whether row stripe formatting is applied. More... | |
virtual bool | GetShowTableStyleColumnStripes ()=0 |
Indicates whether column stripe formatting is applied. More... | |
virtual void | SetShowTableStyleColumnStripes (bool value)=0 |
Indicates whether column stripe formatting is applied. More... | |
virtual void | ApplyStyleToRange ()=0 |
Apply the table style to the range. More... | |
virtual void | ConvertToRange ()=0 |
Convert the table to range. More... | |
virtual Aspose::Cells::Tables::TableStyleType | GetTableStyleType ()=0 |
Gets and the built-in table style. More... | |
virtual void | SetTableStyleType (Aspose::Cells::Tables::TableStyleType value)=0 |
Gets and the built-in table style. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetTableStyleName ()=0 |
Gets and sets the table style name. More... | |
virtual void | SetTableStyleName (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
Gets and sets the table style name. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetAlternativeText ()=0 |
Gets the alternative text. More... | |
virtual void | SetAlternativeText (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
Sets the alternative text. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetAlternativeDescription ()=0 |
Gets the alternative description. More... | |
virtual void | SetAlternativeDescription (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
Sets the alternative description. More... | |
Represents a list object on a worksheet. The ListObject object is a member of the ListObjects collection. The ListObjects collection contains all the list objects on a worksheet.
|
pure virtual |
Apply the table style to the range.
|
pure virtual |
Convert the table to range.
|
pure virtual |
Gets the alternative description.
|
pure virtual |
Gets the alternative text.
|
pure virtual |
Gets and sets the comment of the table.
|
pure virtual |
Gets the data range of the ListObject.
|
pure virtual |
Gets the data source type of the table.
|
pure virtual |
Gets and sets the display name.
|
pure virtual |
Gets the end column of the range.
|
pure virtual |
Gets the end row of the range.
|
pure virtual |
Gets auto filter.
|
pure virtual |
Filter the table.
|
pure virtual |
Gets ListColumns of the IListObject.
|
pure virtual |
Gets and sets whether this IListObject show header row.
|
pure virtual |
Indicates whether column stripe formatting is applied.
|
pure virtual |
Indicates whether the first column in the table should have the style applied.
|
pure virtual |
Indicates whether the last column in the table should have the style applied.
|
pure virtual |
Indicates whether row stripe formatting is applied.
|
pure virtual |
Gets and sets whether this IListObject show total row.
|
pure virtual |
Gets the start column of the range.
|
pure virtual |
Gets the start row of the range.
|
pure virtual |
Gets and sets the table style name.
|
pure virtual |
Gets and the built-in table style.
|
pure virtual |
Put the value to the cell.
rowOffset | The row offset. |
columnOffset | The column offset. |
value | The cell value. |
|
pure virtual |
Resize the range of the list object.
startRow | The start row index of the new range. |
startColumn | The start column index of the new range. |
endRow | The end row index of the new range. |
endColumn | The end column index of the new range. |
hasHeaders | Whether the ListObject has headers. |
|
pure virtual |
Sets the alternative description.
|
pure virtual |
Sets the alternative text.
|
pure virtual |
Gets and sets the comment of the table.
|
pure virtual |
Gets and sets the display name.
|
pure virtual |
Gets and sets whether this IListObject show header row.
|
pure virtual |
Indicates whether column stripe formatting is applied.
|
pure virtual |
Indicates whether the first column in the table should have the style applied.
|
pure virtual |
Indicates whether the last column in the table should have the style applied.
|
pure virtual |
Indicates whether row stripe formatting is applied.
|
pure virtual |
Gets and sets whether this IListObject show total row.
|
pure virtual |
Gets and sets the table style name.
|
pure virtual |
Gets and the built-in table style.
|
pure virtual |
Updates all list columns' name from the worksheet.
The value of the cells in the header row of the table must be same as the name of the ListColumn; Cell.PutValue do not auto modify the name of the ListColumn for performance.