[]
このシートの指定した行にある最も高さのあるセル(テキスト内容に基づく)の高さ(ピクセル単位)を取得します。
public float GetPreferredRowHeight(int row)
Public Function GetPreferredRowHeight(row As Integer) As Single
| 型 | 名前 | 説明 |
|---|---|---|
| int | row | 行インデックス |
| 型 | 説明 |
|---|---|
| float | 指定した行にある最も高さのあるセル(テキスト内容に基づく)の高さ(ピクセル単位)。 |
このシートの指定した行にある最も高さのあるセル(テキスト内容に基づく)の高さ(ピクセル単位)を取得します。
public float GetPreferredRowHeight(int row, bool ignoreHeaders)
Public Function GetPreferredRowHeight(row As Integer, ignoreHeaders As Boolean) As Single
| 型 | 名前 | 説明 |
|---|---|---|
| int | row | 行インデックス |
| bool | ignoreHeaders | 行ヘッダセルを無視するかどうかを表すブール値 |
| 型 | 説明 |
|---|---|
| float | 指定した行にある最も高さのあるセル(テキスト内容に基づく)の高さ(ピクセル単位)。 |
このシートの指定した行にある最も高さのあるセル(テキスト内容に基づく)の高さ(ピクセル単位)を取得します。
public float GetPreferredRowHeight(int row, bool ignoreHeaders, bool ignoreSpans)
Public Function GetPreferredRowHeight(row As Integer, ignoreHeaders As Boolean, ignoreSpans As Boolean) As Single
| 型 | 名前 | 説明 |
|---|---|---|
| int | row | 行インデックス |
| bool | ignoreHeaders | 行ヘッダセルを無視するかどうかを表すブール値 |
| bool | ignoreSpans | セル結合を無視するかどうか |
| 型 | 説明 |
|---|---|
| float | 指定した行にある最も高さのあるセル(テキスト内容に基づく)の高さ(ピクセル単位)。 |
このシートの指定した行にある最も高さのあるセル(テキスト内容に基づく)の高さ(ピクセル単位)を取得します。
public float GetPreferredRowHeight(int row, PreferredSizeRowOptions flags)
Public Function GetPreferredRowHeight(row As Integer, flags As PreferredSizeRowOptions) As Single
| 型 | 名前 | 説明 |
|---|---|---|
| int | row | 行インデックス |
| PreferredSizeRowOptions | flags | 最適な高さを取得するときのオプション |
| 型 | 説明 |
|---|---|
| float | 指定した行にある最も高さのあるセル(テキスト内容に基づく)の高さ(ピクセル単位)。 |