SignatureLine.Title
SignatureLine.Title property
Gets and sets the title of singer.
public string Title { get; set; }
Examples
[C#]
// Create signature line object
SignatureLine s4 = new SignatureLine();
s4.Title = "Development Lead";
See Also
- class SignatureLine
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells