SmartTagPropertyCollection Class
SmartTagPropertyCollection class
Represents all properties of cell smart tag.
type SmartTagPropertyCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewSmartTagPropertyCollection | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Get_Int | Gets a SmartTagProperty object. |
| Get_String | Gets a SmartTagProperty object by the name of the property. |
| Add | Adds a property of cell’s smart tag. |
| GetCount |