Class SmartTagSetting
Namespace: Aspose.Cells.Markup
Assembly: Aspose.Cells.dll (25.2.0)
Represents all Aspose.Cells.Markup.SmartTagCollection object in the worksheet.
public class SmartTagSetting : CollectionBase, IList, ICollection, IEnumerable
Inheritance
object ← CollectionBase ← SmartTagSetting
Implements
IList, ICollection, IEnumerable
Inherited Members
CollectionBase.Clear(), CollectionBase.RemoveAt(int), CollectionBase.GetEnumerator(), CollectionBase.OnSet(int, object?, object?), CollectionBase.OnInsert(int, object?), CollectionBase.OnClear(), CollectionBase.OnRemove(int, object?), CollectionBase.OnValidate(object), CollectionBase.OnSetComplete(int, object?, object?), CollectionBase.OnInsertComplete(int, object?), CollectionBase.OnClearComplete(), CollectionBase.OnRemoveComplete(int, object?), CollectionBase.InnerList, CollectionBase.List, CollectionBase.Capacity, CollectionBase.Count, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
this[int]
Gets a Aspose.Cells.Markup.SmartTagCollection object by the index.
public SmartTagCollection this[int index] { get; }
Property Value
this[int, int]
Gets the Aspose.Cells.Markup.SmartTagCollection object of the cell.
public SmartTagCollection this[int row, int column] { get; }
Property Value
this[string]
Gets the Aspose.Cells.Markup.SmartTagCollection object of the cell.
public SmartTagCollection this[string cellName] { get; }
Property Value
Methods
Add(int, int)
Adds a Aspose.Cells.Markup.SmartTagCollection object to a cell.
public int Add(int row, int column)
Parameters
row
int
The row of the cell.
column
int
The column of the cell.
Returns
Returns index of a Aspose.Cells.Markup.SmartTagCollection object in the worksheet.
Add(string)
Add a cell smart tags.
public int Add(string cellName)
Parameters
cellName
string
The name of the cell.