HeightInch
Comment.HeightInch property
يمثل ارتفاع التعليق ، بوحدة البوصة .
public double HeightInch { get; set; }
أمثلة
[C#]
comment1.HeightInch = 1.0;
أنظر أيضا
- class Comment
- مساحة الاسم Aspose.Cells
- المجسم Aspose.Cells
يمثل ارتفاع التعليق ، بوحدة البوصة .
public double HeightInch { get; set; }
[C#]
comment1.HeightInch = 1.0;