Title
Shape.Title property
Especifica el título (título) del objeto de forma actual.
public string Title { get; set; }
Ejemplos
[C#]
shape.Title = "title1";
Ver también
- class Shape
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells
Especifica el título (título) del objeto de forma actual.
public string Title { get; set; }
[C#]
shape.Title = "title1";