SlicerColumnWidthPixel Property |
Gets or sets the width in unit of pixels for each column of the slicer.
Namespace:
Aspose.Cells.Slicers
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic int ColumnWidthPixel { get; set; }
Public Property ColumnWidthPixel As Integer
Get
Set
public:
property int ColumnWidthPixel {
int get ();
void set (int value);
}
member ColumnWidthPixel : int with get, set
Property Value
Type:
Int32
Examples[C#]
slicer.ColumnWidthPixel = 120;
See Also