ListObject Class

ListObject class

Represents a table in a worksheet.


type ListObject struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetStartRowGets the start row of the range.
GetStartColumnGets the start column of the range.
GetEndRowGets the end row of the range.
GetEndColumnGets the end column of the range.
GetListColumnsGets the ListColumn list of this table.
ResizeResize the range of the list object.
PutCellValue_Int_Int_ObjectPut the value to the cell.
PutCellValue_Int_Int_Object_BoolPut the value to the cell.
PutCellFormula_Int_Int_StringPut the formula to the cell in the table.
PutCellFormula_Int_Int_String_BoolPut the formula to the cell in the table.
GetShowHeaderRowGets and sets whether this Table shows header row.
SetShowHeaderRowGets and sets whether this Table shows header row.
GetShowTotalsGets and sets whether this TAble shows total row.
SetShowTotalsGets and sets whether this TAble shows total row.
GetDataRangeGets the data range of the Table.
UpdateColumnNameUpdates all list columns’ name to cells in the table.
GetQueryTableGets the linked QueryTable.
GetDataSourceTypeGets the data source type of the table.
GetHasAutoFilterIndicates whether auto filter is applied to this table.
SetHasAutoFilterIndicates whether auto filter is applied to this table.
RemoveAutoFilterRemoves auto filter which is applied to this table.
GetAutoFilterGets auto filter of this table.
GetDisplayNameGets and sets the display name of the table.
SetDisplayNameGets and sets the display name of the table.
GetCommentGets and sets the comment of the table.
SetCommentGets and sets the comment of the table.
GetShowTableStyleFirstColumnIndicates whether the first column in the table is the style applied to.
SetShowTableStyleFirstColumnIndicates whether the first column in the table is the style applied to.
GetShowTableStyleLastColumnIndicates whether the last column in the table is the style applied to.
SetShowTableStyleLastColumnIndicates whether the last column in the table is the style applied to.
GetShowTableStyleRowStripesIndicates whether row stripe formatting is applied to.
SetShowTableStyleRowStripesIndicates whether row stripe formatting is applied to.
GetShowTableStyleColumnStripesIndicates whether column stripe formatting is applied to.
SetShowTableStyleColumnStripesIndicates whether column stripe formatting is applied to.
ApplyStyleToRangeApply the table style to the range.
ConvertToRangeConvert the table to range.
ConvertToRange_TableToRangeOptionsConvert the table to range.
GetTableStyleTypeGets and the built-in table style.
SetTableStyleTypeGets and the built-in table style.
GetTableStyleNameGets and sets the table style name.
SetTableStyleNameGets and sets the table style name.
GetXmlMapGets an XmlMap used for this list.
GetAlternativeTextGets and sets the alternative text.
SetAlternativeTextGets and sets the alternative text.
GetAlternativeDescriptionGets and sets the alternative description.
SetAlternativeDescriptionGets and sets the alternative description.