Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
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 AutoFitRow( int rowIndex, int firstColumn, int lastColumn, bool bRaiseEvents )
Public Sub AutoFitRow ( rowIndex As Integer, firstColumn As Integer, lastColumn As Integer, bRaiseEvents As Boolean )
public: void AutoFitRow( int rowIndex, int firstColumn, int lastColumn, bool bRaiseEvents )
member AutoFitRow : rowIndex : int * firstColumn : int * lastColumn : int * bRaiseEvents : bool -> unit