Shape.Title
Shape.Title property
Specifies the title (caption) of the current shape object.
public string Title { get; set; }
Examples
[C#]
shape.Title = "title1";
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells
Specifies the title (caption) of the current shape object.
public string Title { get; set; }
[C#]
shape.Title = "title1";