public class GridRow
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
GridCell |
get(int column)
Gets the cell.
|
GridCell |
getCellByIndex(int index)
Deprecated.
Use GridRow.GetEnumerator() method to iterate all cells in this row instead.
|
GridCell |
getFirstCell()
Gets the first cell in the row.
|
double |
getHeight()
Gets the row height in unit of Points.
|
boolean |
getHidden()
Indicates whether the row is hidden.
|
int |
getIndex()
Gets the index of this row.
|
GridCell |
getLastCell()
Gets the last cell in the row.
|
GridCell |
getLastDataCell()
Gets the last cell in the row.
|
byte |
getOutlineLevel()
Gets the outline level.
|
boolean |
isBlank()
Indicates whether the row contains any data
|
java.util.Iterator |
iterator()
Gets the cells enumerator
|
void |
setHeight(double value)
Sets the row height in unit of Points.
|
void |
setHidden(boolean value)
Indicates whether the row is hidden.
|
void |
setOutlineLevel(byte value)
Sets the outline level.
|
public GridCell get(int column)
column - The column indexpublic java.util.Iterator iterator()
public int getIndex()
public GridCell getCellByIndex(int index)
Remarks
NOTE: This member is now obsolete. Instead,please use Row.GetEnumerator() method to iterate all cells in this row. This property will be removed 12 months later since February 2015. Aspose apologizes for any inconvenience you may have experienced.index - The position.public boolean isBlank()
public boolean getHidden()
public void setHidden(boolean value)
public double getHeight()
public void setHeight(double value)
public GridCell getFirstCell()
public GridCell getLastCell()
public GridCell getLastDataCell()
public byte getOutlineLevel()
public void setOutlineLevel(byte value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.