class documentation

class RowObject:

Constructor: RowObject()

View In Hierarchy

ワークシートの行を扱うオブジェクトです。読み取り専用です。

Method __init__ コンストラクタ。インスタンスを作成します。
Method getCollapsed 行が折りたたまれた状態かどうかを取得します。
Method getHeight 行の高さを取得します。(単位はポイントです)
Method getHidden 行が非表示かどうかを取得します。
Method getOutlineLevel アウトラインレベルを取得します。
def __init__(self):

コンストラクタ。インスタンスを作成します。

def getCollapsed(self) -> bool:

行が折りたたまれた状態かどうかを取得します。

Returns
booltrue: 列が折りたたまれた状態 false:通常
def getHeight(self) -> float:

行の高さを取得します。(単位はポイントです)

Returns
float行の高さ
def getHidden(self) -> bool:

行が非表示かどうかを取得します。

Returns
booltrue: 非表示状態 false: 通常
def getOutlineLevel(self) -> int:

アウトラインレベルを取得します。

Returns
intアウトラインレベル