Spreadsheet Integrator - Online Help
Available for:
Spreadsheet Integrator
Questions / Feedback?

SetRowHeight Method

Sets the row height.

Syntax

[VB.NET]
Public Sub SetRowHeight(ByVal Row As Integer, ByVal RowCount As Integer, ByVal Height As Integer)
[C#]
public void SetRowHeight(int row, int rowCount, int height);

Remarks

This method sets the row height for one or more rows. The Row parameter specifies the index of the starting row. The RowCount specifies the number of rows to include when setting the height. The Height is the height of the row in pixels.


//Set a single row's height
Exceldoc1.SetRowHeight(3,1,50);


//Set the height of multiple rows
Exceldoc1.SetRowHeight(3,4,50);

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0