Slicer Class

Slicer class

summary description of Slicer View


type Slicer struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetSortOrderTypeIndicates the type of sorting items.
SetSortOrderTypeIndicates the type of sorting items.
GetShowMissingIndicates whether to show items deteleted from the data source.
SetShowMissingIndicates whether to show items deteleted from the data source.
GetShowTypeOfItemsWithNoDataIndicates whether to show items deteleted from the data source.
SetShowTypeOfItemsWithNoDataIndicates whether to show items deteleted from the data source.
GetShowAllItemsIndicates whether to show all items even if there are no data or they are deleted.Default value is true;
SetShowAllItemsIndicates whether to show all items even if there are no data or they are deleted.Default value is true;
AddPivotConnectionAdds PivotTable connection.
RemovePivotConnectionRemoves PivotTable connection.
GetLockedPositionIndicates whether the specified slicer can be moved or resized by using the user interface.
SetLockedPositionIndicates whether the specified slicer can be moved or resized by using the user interface.
RefreshRefreshing the slicer.Meanwhile, Refreshing and Calculating PivotTables which this slicer based on.
GetShapeReturns the Shape object associated with the specified slicer. Read-only.
GetSlicerCacheReturns the SlicerCache object associated with the slicer. Read-only.
GetWorksheetReturns the Worksheet object which contains this slicer. Read-only.
GetStyleTypeSpecify the type of Built-in slicer style.The default type is SlicerStyleLight1.
SetStyleTypeSpecify the type of Built-in slicer style.The default type is SlicerStyleLight1.
GetNameReturns or sets the name of the specified slicer
SetNameReturns or sets the name of the specified slicer
GetCaptionReturns or sets the caption of the specified slicer.
SetCaptionReturns or sets the caption of the specified slicer.
GetFirstItemIndexSpecifies the zero-based index of the first slicer item.
SetFirstItemIndexSpecifies the zero-based index of the first slicer item.
GetShowCaptionIndicates whether the header of the slicer is visible.The default value is true
SetShowCaptionIndicates whether the header of the slicer is visible.The default value is true
GetNumberOfColumnsReturns or sets the number of columns in the specified slicer.The default value is 1.
SetNumberOfColumnsReturns or sets the number of columns in the specified slicer.The default value is 1.
GetColumnWidthPixelGets or sets the width of each column in the slicer, in unit of pixels.
SetColumnWidthPixelGets or sets the width of each column in the slicer, in unit of pixels.
GetColumnWidthReturns or sets the width of each column in the slicer in unit of points.
SetColumnWidthReturns or sets the width of each column in the slicer in unit of points.
GetRowHeightPixelReturns or sets the height of each row in the specified slicer, in unit of pixels.
SetRowHeightPixelReturns or sets the height of each row in the specified slicer, in unit of pixels.
GetRowHeightReturns or sets the height of each row in the specified slicer in unit of points.
SetRowHeightReturns or sets the height of each row in the specified slicer in unit of points.