Autofits the row height.
Namespace: Spire.Spreadsheet.FormsAssembly: 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