HeaderBarHeight
MainWeb.HeaderBarHeight property
Ottiene o imposta l’altezza( System.Web.UI.WebControl.Unit ) della barra di intestazione superiore del controllo.
public Unit HeaderBarHeight { get; set; }
Esempi
[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)
Guarda anche
- class MainWeb
- spazio dei nomi Aspose.Cells.GridWeb
- assemblea Aspose.Cells.GridWeb