public class GridHyperlinkCollection
extends java.lang.Object
GridHyperlink objects.| Modifier and Type | Method and Description |
|---|---|
int |
add(int firstRow,
int firstColumn,
int totalRows,
int totalColumns,
java.lang.String address)
Adds a hyperlink to a specified cell or a range of cells.
|
int |
add(java.lang.String cellName,
int totalRows,
int totalColumns,
java.lang.String address)
Adds a hyperlink to a specified cell or a range of cells.
|
int |
add(java.lang.String cellName,
java.lang.String address)
Adds a hyperlink to a specified cell .
|
int |
add(java.lang.String startCellName,
java.lang.String endCellName,
java.lang.String address,
java.lang.String textToDisplay,
java.lang.String screenTip)
Adds a hyperlink to a specified cell or a range of cells.
|
void |
clear()
Clears all hyperlinks.
|
GridHyperlink |
get(int index)
Gets the
GridHyperlink element at the specified index. |
int |
getCount()
Gets the size of enumerator
|
GridHyperlink |
getHyperlink(GridCell cell)
Gets the cell's Hyperlink object.
|
GridHyperlink |
getHyperlink(int row,
int column)
Gets the cell's Hyperlink object.
|
void |
remove(GridCellArea area)
Remove the hyperlink at the specified area.
|
void |
removeAt(int index)
Remove the hyperlink at the specified index.
|
public int add(int firstRow,
int firstColumn,
int totalRows,
int totalColumns,
java.lang.String address)
firstRow - First row of the hyperlink range.firstColumn - First column of the hyperlink range.totalRows - Number of rows in this hyperlink range.totalColumns - Number of columns of this hyperlink range.address - Address of the hyperlink.GridHyperlink object index.public int add(java.lang.String cellName,
int totalRows,
int totalColumns,
java.lang.String address)
cellName - Cell name.totalRows - Number of rows in this hyperlink range.totalColumns - Number of columns of this hyperlink range.address - Address of the hyperlink.GridHyperlink object index.public int add(java.lang.String cellName,
java.lang.String address)
cellName - Cell name.address - Address of the hyperlink.GridHyperlink object index.public int add(java.lang.String startCellName,
java.lang.String endCellName,
java.lang.String address,
java.lang.String textToDisplay,
java.lang.String screenTip)
startCellName - The top-left cell of the range.endCellName - The bottom-right cell of the range.address - Address of the hyperlink.textToDisplay - The text to be displayed for the specified hyperlink.screenTip - The screenTip text for the specified hyperlink.GridHyperlink object index.public GridHyperlink getHyperlink(GridCell cell)
cell - The GridCell object.GridHyperlink the GridHyperlink object.public GridHyperlink getHyperlink(int row, int column)
row - The row of the cell.column - The column of the cell.GridHyperlink the GridHyperlink object.public void clear()
public void removeAt(int index)
index - The zero based index of the element.public void remove(GridCellArea area)
area - The area which contains hyperlink.public GridHyperlink get(int index)
GridHyperlink element at the specified index.index - The zero based index of the element.public int getCount()
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.