Represents a single row in a worksheet. More...
Inherits IEnumerable, and Object.
Public Member Functions | |
virtual intrusive_ptr< Aspose::Cells::ICell > | GetICellByIndex (Aspose::Cells::Systems::Int32 index)=0 |
Get the cell by specific index in the list. More... | |
virtual bool | IsBlank ()=0 |
Indicates whether the row contains any data More... | |
virtual intrusive_ptr< Aspose::Cells::ICell > | GetObjectByIndex (Aspose::Cells::Systems::Int32 column)=0 |
Gets the cell. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::Collections::IEnumerator > | GetEnumerator ()=0 |
Gets the cells enumerator More... | |
virtual intrusive_ptr< Aspose::Cells::ICell > | GetICellOrNull (Aspose::Cells::Systems::Int32 column)=0 |
Gets the cell or null in the specific index. More... | |
virtual bool | IsCollapsed ()=0 |
whether the row is collapsed More... | |
virtual void | SetCollapsed (bool value)=0 |
whether the row is collapsed More... | |
virtual Aspose::Cells::Systems::Double | GetHeight ()=0 |
Gets and sets the row height in unit of Points. More... | |
virtual void | SetHeight (Aspose::Cells::Systems::Double value)=0 |
Gets and sets the row height in unit of Points. More... | |
virtual bool | IsHidden ()=0 |
Indicates whether the row is hidden. More... | |
virtual void | SetHidden (bool value)=0 |
Indicates whether the row is hidden. More... | |
virtual Aspose::Cells::Systems::Int32 | GetIndex ()=0 |
Gets the index of this row. More... | |
virtual Aspose::Cells::Systems::Byte | GetGroupLevel ()=0 |
Gets the group level of the row. More... | |
virtual bool | IsHeightMatched ()=0 |
Indicates that row height and default font height matches More... | |
virtual void | SetHeightMatched (bool value)=0 |
Indicates that row height and default font height matches More... | |
virtual intrusive_ptr< Aspose::Cells::IStyle > | GetIStyle ()=0 |
Represents the style of this row. More... | |
virtual void | CopySettings (intrusive_ptr< Aspose::Cells::IRow > source, bool checkStyle)=0 |
Copy settings of row, such as style, height, visibility, ...etc. More... | |
virtual intrusive_ptr< Aspose::Cells::ICell > | GetFirstICell ()=0 |
Gets the first cell object in the row. More... | |
virtual intrusive_ptr< Aspose::Cells::ICell > | GetFirstDataICell ()=0 |
Gets the first non-blank cell in the row. More... | |
virtual intrusive_ptr< Aspose::Cells::ICell > | GetLastICell ()=0 |
Gets the last cell object in the row. More... | |
virtual intrusive_ptr< Aspose::Cells::ICell > | GetLastDataICell ()=0 |
Gets the last non-blank cell in the row. More... | |
virtual void | ApplyIStyle (intrusive_ptr< Aspose::Cells::IStyle > style, intrusive_ptr< Aspose::Cells::IStyleFlag > flag)=0 |
Applies formats for a whole row. More... | |
virtual bool | Equals (intrusive_ptr< Aspose::Cells::Systems::Object > obj)=0 |
Checks whether this object refers to the same row with another. More... | |
virtual bool | Equals (intrusive_ptr< Aspose::Cells::IRow > row)=0 |
Checks whether this object refers to the same row with another row object. More... | |
virtual void | add_ref () |
virtual int | release_ref () |
Represents a single row in a worksheet.
|
inlinevirtual |
|
pure virtual |
Applies formats for a whole row.
style | The style object which will be applied. |
flag | Flags which indicates applied formatting properties. |
|
pure virtual |
Copy settings of row, such as style, height, visibility, ...etc.
source | the source row whose settings will be copied to this one |
checkStyle | whether check and gather style. Only takes effect and be needed when two row objects belong to different workbook and the styles of two workbooks are different. |
|
pure virtual |
Checks whether this object refers to the same row with another.
obj | another object |
|
pure virtual |
Checks whether this object refers to the same row with another row object.
row | another row object |
|
pure virtual |
Gets the cells enumerator
|
pure virtual |
Gets the first non-blank cell in the row.
|
pure virtual |
Gets the first cell object in the row.
|
pure virtual |
Gets the group level of the row.
|
pure virtual |
Gets and sets the row height in unit of Points.
|
pure virtual |
Get the cell by specific index in the list.
index | The position. |
|
pure virtual |
Gets the cell or null in the specific index.
column | The column index |
|
pure virtual |
Gets the index of this row.
|
pure virtual |
Represents the style of this row.
You have to call Row.ApplyStyle() method to save your changing with the row style, otherwise it will not effect.
|
pure virtual |
Gets the last non-blank cell in the row.
|
pure virtual |
Gets the last cell object in the row.
|
pure virtual |
Gets the cell.
column | The column index |
|
pure virtual |
Indicates whether the row contains any data
|
pure virtual |
whether the row is collapsed
|
pure virtual |
Indicates that row height and default font height matches
|
pure virtual |
Indicates whether the row is hidden.
|
inlinevirtual |
|
pure virtual |
whether the row is collapsed
|
pure virtual |
Gets and sets the row height in unit of Points.
|
pure virtual |
Indicates that row height and default font height matches
|
pure virtual |
Indicates whether the row is hidden.