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