XlsSlicer
ColumnWidth Property
|
Gets the width, in points, of each column in the slicer.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double ColumnWidth { get; }
Public ReadOnly Property ColumnWidth As Double
Get
public:
property double ColumnWidth {
double get ();
}
member ColumnWidth : float with get
Property Value
Type:
Double
See Also