Namespace: Spire.Xls
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 firstRowIndex,
	int lastRowIndex,
	CellStyle defaultStyle
)
Public Sub SetDefaultRowStyle ( 
	firstRowIndex As Integer,
	lastRowIndex As Integer,
	defaultStyle As CellStyle
)
public:
void SetDefaultRowStyle(
	int firstRowIndex, 
	int lastRowIndex, 
	CellStyle^ defaultStyle
)
member SetDefaultRowStyle : 
        firstRowIndex : int * 
        lastRowIndex : int * 
        defaultStyle : CellStyle -> unit 

Parameters

firstRowIndex
Int32
lastRowIndex
Int32
defaultStyle
CellStyle

See Also