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