Autofits the row height.

Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
void AutoFitRow(
	int rowIndex,
	int firstColumn,
	int lastColumn
)
Sub AutoFitRow ( 
	rowIndex As Integer,
	firstColumn As Integer,
	lastColumn As Integer
)
void AutoFitRow(
	int rowIndex, 
	int firstColumn, 
	int lastColumn
)
abstract AutoFitRow : 
        rowIndex : int * 
        firstColumn : int * 
        lastColumn : int -> unit 

Parameters

rowIndex
Int32
row index, zero based
firstColumn
Int32
Zero-based index of the first column to be used for autofit operation.
lastColumn
Int32
Zero-based index of the last column to be used for autofit operation.

See Also