Author
Comment.Author property
Liest und setzt Name des ursprünglichen Kommentars author
public string Author { get; set; }
Beispiele
[C#]
comment1.Author = "Carl.Yang";
Siehe auch
- class Comment
- namensraum Aspose.Cells
- Montage Aspose.Cells
Liest und setzt Name des ursprünglichen Kommentars author
public string Author { get; set; }
[C#]
comment1.Author = "Carl.Yang";