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 rowIndex,
	CellStyle defaultStyle
)
Public Sub SetDefaultRowStyle ( 
	rowIndex As Integer,
	defaultStyle As CellStyle
)
public:
void SetDefaultRowStyle(
	int rowIndex, 
	CellStyle^ defaultStyle
)
member SetDefaultRowStyle : 
        rowIndex : int * 
        defaultStyle : CellStyle -> unit 

Parameters

rowIndex
Int32
defaultStyle
CellStyle

See Also