XlsWorksheet SetRowHeight Method |
Namespace: Spire.Xls.Core.Spreadsheet
public void SetRowHeight( int rowIndex, double height )
Public Sub SetRowHeight ( rowIndex As Integer, height As Double )
public: void SetRowHeight( int rowIndex, double height )
member SetRowHeight : rowIndex : int * height : float -> unit