XlsWorksheet
SetDefaultColumnStyle Method (Int32, Int32, IStyle)
|
Sets by column index default style for column.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetDefaultColumnStyle(
int firstColumnIndex,
int lastColumnIndex,
IStyle defaultStyle
)
Public Sub SetDefaultColumnStyle (
firstColumnIndex As Integer,
lastColumnIndex As Integer,
defaultStyle As IStyle
)
public:
virtual void SetDefaultColumnStyle(
int firstColumnIndex,
int lastColumnIndex,
IStyle^ defaultStyle
) sealed
abstract SetDefaultColumnStyle :
firstColumnIndex : int *
lastColumnIndex : int *
defaultStyle : IStyle -> unit
override SetDefaultColumnStyle :
firstColumnIndex : int *
lastColumnIndex : int *
defaultStyle : IStyle -> unit
Parameters
-
firstColumnIndex
-
Type:
System
Int32
Start column index.
-
lastColumnIndex
-
Type:
System
Int32
End column index.
-
defaultStyle
-
Type:
Spire.Xls.Core
IStyle
Default style.
Implements
IWorksheet
SetDefaultColumnStyle(Int32, Int32, IStyle)
See Also