Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32
defaultStyle
IStyle

Implements

IWorksheet..::..SetDefaultRowStyle(Int32, IStyle)

See Also