Width
Comment.Width property
Rappresenta la larghezza del commento, in unità di pixel.
public int Width { get; set; }
Esempi
[C#]
comment1.Width = 10;
Guarda anche
- class Comment
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells
Rappresenta la larghezza del commento, in unità di pixel.
public int Width { get; set; }
[C#]
comment1.Width = 10;