Click or drag to resize

XlsWorksheet GetRowIsAutoFit Method

Get GetRowIsAutoFit By rowIndex

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool GetRowIsAutoFit(
	int rowIndex
)

Parameters

rowIndex
Type: System Int32

Return Value

Type: Boolean
If the row is null Return false,else if the row height is Autofit Return true, the row height is CustomHeight Return false
See Also