XlsWorksheet
SetDefaultRowStyle Method (Int32, IStyle)
|
Sets bdefault 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 rowIndex,
IStyle defaultStyle
)
Public Sub SetDefaultRowStyle (
rowIndex As Integer,
defaultStyle As IStyle
)
public:
virtual void SetDefaultRowStyle(
int rowIndex,
IStyle^ defaultStyle
) sealed
abstract SetDefaultRowStyle :
rowIndex : int *
defaultStyle : IStyle -> unit
override SetDefaultRowStyle :
rowIndex : int *
defaultStyle : IStyle -> unit
Parameters
-
rowIndex
-
Type:
System
Int32
Row index.
-
defaultStyle
-
Type:
Spire.Xls.Core
IStyle
Default style.
Implements
IWorksheet
SetDefaultRowStyle(Int32, IStyle)
See Also