ColumnRangeModel

ColumnRangeModel

Prehľad

ColumnRangeModel je trieda v Aspose.Cells FOSS pre Javu.

Predstavuje rozsah stĺpcov s vlastnosťami formátovania.

Vlastnosti

NázovTypPrístupPopis
minColumnIndexintČítanieVráti index najmenšieho stĺpca.
maxColumnIndexintČítanieVráti index najväčšieho stĺpca.
widthDoubleČítanieVráti šírku.
hiddenbooleanČítanieVráti skrytý.
styleIndexIntegerČítanieVráti index štýlu.
outlineLevelintČítanieVráti úroveň osnovy.
collapsedbooleanČítanieVráti zbalený.

Metódy

SignatúraPopis
getMinColumnIndex()intVráti index najmenšieho stĺpca.
setMinColumnIndex(minColumnIndex: int)Nastaví index najmenšieho stĺpca.
getMaxColumnIndex()intVráti index najväčšieho stĺpca.
setMaxColumnIndex(maxColumnIndex: int)Nastaví index najväčšieho stĺpca.
getWidth()DoubleVráti šírku.
setWidth(width: Double)Nastaví šírku.
getHidden()booleanVráti skrytý.
setHidden(hidden: boolean)Nastaví skrytý.
getStyleIndex()IntegerVráti index štýlu.
setStyleIndex(styleIndex: Integer)Nastaví index štýlu.
getOutlineLevel()intVráti úroveň osnovy.
setOutlineLevel(outlineLevel: int)Nastaví úroveň osnovy.
getCollapsed()booleanVráti zbalený.
setCollapsed(collapsed: boolean)Nastaví zbalený.
 Slovenčina