SmartTagSettingItem Property (Int32, Int32) |
Namespace:
Aspose.Cells.Markup
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic SmartTagCollection this[
int row,
int column
] { get; }
Public ReadOnly Default Property Item (
row As Integer,
column As Integer
) As SmartTagCollection
Get
public:
property SmartTagCollection^ default[int row, int column] {
SmartTagCollection^ get (int row, int column);
}
member Item : SmartTagCollection with get
Parameters
- row
- Type: SystemInt32
The row index of the cell. - column
- Type: SystemInt32
The column index of the cell
Return Value
Type:
SmartTagCollectionReturns the
SmartTagCollection object of the cell.
Returns null if there is no any smart tags on the cell.
See Also