Class: RubyOSBXL::Dto::ColObject

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

Overview

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

Instance Method Summary collapse

Instance Method Details

#getBestFitbool

列の幅を文字数で最適化するか取得します。

Returns:

  • (bool)

    true: 列の幅を文字数で最適化する false: 通常

#getCollapsedbool

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

Returns:

  • (bool)

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

#getHiddenbool

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

Returns:

  • (bool)

    true: 非表示状態 false: 通常

#getOutlineLevelInteger

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

Returns:

  • (Integer)

    列のアウトラインレベル

#getWidthNumeric

列の幅を取得します(単位はポイントです)。

Returns:

  • (Numeric)

    列の幅