Author
Comment.Author property
Ottiene e imposta il nome del commento originale author
public string Author { get; set; }
Esempi
[C#]
comment1.Author = "Carl.Yang";
Guarda anche
- class Comment
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells
Ottiene e imposta il nome del commento originale author
public string Author { get; set; }
[C#]
comment1.Author = "Carl.Yang";