AutoSize
Comment.AutoSize property
يشير إلى ما إذا تم تعديل حجم التعليق تلقائيًا وفقًا لمحتواه.
public bool AutoSize { get; set; }
أمثلة
[C#]
if(!comment1.AutoSize)
{
// يختلف حجم التعليق باختلاف المحتوى
comment1.AutoSize = true;
}
أنظر أيضا
- class Comment
- مساحة الاسم Aspose.Cells
- المجسم Aspose.Cells