ColumnRangeModel

ColumnRangeModel

Overview

ColumnRangeModel 是 C++ 的 FOSS 中的 Aspose.Cells 类.

表示列范围模型.

本类提供了10种方法,用于在C++程序中使用ColumnRangeModel对象. 有的方法包括: GetHidden, GetMaxColumnIndex, GetMinColumnIndex, GetStyleIndex, GetWidth, SetHidden, SetMaxColumnIndex, SetMinColumnIndex, SetStyleIndex, SetWidth. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

Methods

SignatureDescription
GetMinColumnIndex()int得到或设置min列索引.
SetMinColumnIndex(value: int)设置最小列索引值.
GetMaxColumnIndex()int得到或设置最大列索引.
SetMaxColumnIndex(value: int)设置最大列索引值.
GetWidth()std::optional<double>得到或设置宽度.
SetWidth(value: std::optional<double>)设置宽值.
GetHidden()bool获取或设置一个值,表示是否隐藏.
SetHidden(value: bool)设置隐藏值.
GetStyleIndex()std::optional<int>得到或设置风格索引.
SetStyleIndex(value: std::optional<int>)设置样式索引值.

See Also

 中文