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 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
Int32
lastRowIndex
Int32
defaultStyle
IStyle

Implements

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

See Also