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