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
)
Public Function GetRowIsAutoFit (
rowIndex As Integer
) As Boolean
public:
bool GetRowIsAutoFit(
int rowIndex
)
member GetRowIsAutoFit :
rowIndex : int -> bool
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