HeaderBarWidth
MainWeb.HeaderBarWidth property
Ottiene o imposta la larghezza( System.Web.UI.WebControl.Unit ) o la barra di intestazione sinistra del controllo.
public Unit HeaderBarWidth { 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