Inherits Object.
Public Member Functions | |
virtual Aspose::Cells::Systems::Int32 | GetIndex ()=0 |
Gets the index of this column. More... | |
virtual Aspose::Cells::Systems::Double | GetWidth ()=0 |
Gets the column width in unit of characters. More... | |
virtual void | SetWidth (Aspose::Cells::Systems::Double value)=0 |
Sets the column width in unit of characters. More... | |
virtual Aspose::Cells::Systems::Byte | GetGroupLevel ()=0 |
Gets the group level of the column. More... | |
virtual bool | IsHidden ()=0 |
Indicates whether the column is hidden. More... | |
virtual void | SetHidden (bool value)=0 |
Indicates whether the column is hidden. More... | |
virtual void | ApplyIStyle (intrusive_ptr< Aspose::Cells::IStyle > style, intrusive_ptr< Aspose::Cells::IStyleFlag > flag)=0 |
Applies formats for a whole column. More... | |
virtual intrusive_ptr< Aspose::Cells::IStyle > | GetIStyle ()=0 |
Gets the style of this column. More... | |
virtual bool | IsCollapsed ()=0 |
whether the column is collapsed More... | |
virtual void | SetCollapsed (bool value)=0 |
whether the column is collapsed More... | |
|
pure virtual |
Applies formats for a whole column.
style | The style object which will be applied. |
flag | Flags which indicates applied formatting properties. |
|
pure virtual |
Gets the group level of the column.
|
pure virtual |
Gets the index of this column.
|
pure virtual |
Gets the style of this column.
You have to call Column.ApplyIStyle() method to save your changing with the row style, otherwise it will not effect.
|
pure virtual |
Gets the column width in unit of characters.
|
pure virtual |
whether the column is collapsed
|
pure virtual |
Indicates whether the column is hidden.
|
pure virtual |
whether the column is collapsed
|
pure virtual |
Indicates whether the column is hidden.
|
pure virtual |
Sets the column width in unit of characters.