MainWeb.HeaderBarWidth
MainWeb.HeaderBarWidth property
Gets or sets the width( System.Web.UI.WebControl.Unit ) or the left header bar of the control.
public Unit HeaderBarWidth { get; set; }
Examples
[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)
See Also
- class MainWeb
- namespace Aspose.Cells.GridWeb
- assembly Aspose.Cells.GridWeb