Class: RubyOSBXL::Dto::RowObject

Inherits:
Object
  • Object
show all
Defined in:
lib/rubyosbxl.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#getCollapsedbool

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

Returns:

  • (bool)

    true: 列が折りたたまれた状態 false: 通常

#getHeightNumeric

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

Returns:

  • (Numeric)

    行の高さ

#getHiddenbool

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

Returns:

  • (bool)

    true: 非表示状態 false: 通常

#getOutlineLevelInteger

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

Returns:

  • (Integer)

    アウトラインレベル