[]
Gets the height in pixels of the tallest cell (based on text content) in the specified row on this sheet.
public float GetPreferredRowHeight(int row)
Public Function GetPreferredRowHeight(row As Integer) As Single
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| Type | Description |
|---|---|
| float | The height in pixels of the tallest cell (based on text content) in the specified row. |
Gets the height in pixels of the tallest cell (based on text content) in the specified row on this sheet.
public float GetPreferredRowHeight(int row, bool ignoreHeaders)
Public Function GetPreferredRowHeight(row As Integer, ignoreHeaders As Boolean) As Single
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| bool | ignoreHeaders | Whether to ignore the row header cells |
| Type | Description |
|---|---|
| float | The height in pixels of the tallest cell (based on text content) in the specified row. |
Gets the height in pixels of the tallest cell (based on text content) in the specified row on this sheet.
public float GetPreferredRowHeight(int row, bool ignoreHeaders, bool ignoreSpans)
Public Function GetPreferredRowHeight(row As Integer, ignoreHeaders As Boolean, ignoreSpans As Boolean) As Single
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| bool | ignoreHeaders | Whether to ignore the row header cells |
| bool | ignoreSpans | Whether to ignore spans |
| Type | Description |
|---|---|
| float | The height in pixels of the tallest cell (based on text content) in the specified row. |
Gets the height in pixels of the tallest cell (based on text content) in the specified row on this sheet.
public float GetPreferredRowHeight(int row, PreferredSizeRowOptions flags)
Public Function GetPreferredRowHeight(row As Integer, flags As PreferredSizeRowOptions) As Single
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| PreferredSizeRowOptions | flags | Options when getting the preferred height |
| Type | Description |
|---|---|
| float | The height in pixels of the tallest cell (based on text content) in the specified row. |