XlsWorksheet
SetColumnWidthInPixels Method (Int32, Int32, Int32)
|
Sets the width of the specified columns.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetColumnWidthInPixels(
int columnIndex,
int count,
int value
)
Public Sub SetColumnWidthInPixels (
columnIndex As Integer,
count As Integer,
value As Integer
)
public:
void SetColumnWidthInPixels(
int columnIndex,
int count,
int value
)
member SetColumnWidthInPixels :
columnIndex : int *
count : int *
value : int -> unit
Parameters
-
columnIndex
-
Type:
System
Int32
Column index
-
count
-
Type:
System
Int32
count
-
value
-
Type:
System
Int32
Value
See Also