Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
A table is a series of rows and columns that contain related data managed independently from the data in other rows and columns. By default, every column in the table has filtering enabled in the header row so that you can filter or sort your list object data quickly. You can add a total row (a special row in a list that provides a selection of aggregate functions useful for working with numerical data) to the list object that provides a drop‑down list of aggregate functions for each total row cell.
Aspose.Cells supports formatting List objects. For this, the API provides the ListObject and TableStyleType classes. The TableStyleType class contains constants that represent the built‑in table styles. The following code snippet creates a new ListObject and sets its table style type to TABLE_STYLE_MEDIUM_10
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.