HeaderBarHeight
MainWeb.HeaderBarHeight property
الحصول على أو تحديد الارتفاع (System.Web.UI.WebControl.Unit) لشريط الرأس العلوي لعنصر التحكم.
public Unit HeaderBarHeight { get; set; }
أمثلة
[C#]
GridWeb1.HeaderBarWidth = new System.Web.UI.WebControls.Unit(32, System.Web.UI.WebControls.UnitType.Point);
GridWeb1.HeaderBarHeight = new System.Web.UI.WebControls.Unit(24, System.Web.UI.WebControls.UnitType.Point);
[Visual Basic]
GridWeb1.HeaderBarWidth = New System.Web.UI.WebControls.Unit(32, System.Web.UI.WebControls.UnitType.Point)
GridWeb1.HeaderBarHeight = New System.Web.UI.WebControls.Unit(24, System.Web.UI.WebControls.UnitType.Point)
أنظر أيضا
- class MainWeb
- مساحة الاسم Aspose.Cells.GridWeb
- المجسم Aspose.Cells.GridWeb