MaxColumn
MainWeb.MaxColumn property
Hämtar eller ställer in det maximala visningskolumnindexet (nollbaserat) för webbarket. Kontrollen använder det större värdet av MaxColumn och arkdatas maxkolumn.
public int MaxColumn { get; set; }
Exempel
[C#]
// Skapar ett 4x4 "visningsfönster".
GridWeb1.MinRow = 2;
GridWeb1.MaxRow = 5;
GridWeb1.MinColumn = 3;
GridWeb1.MaxColumn = 6;
[Visual Basic]
' Creates a 4x4 "display window".
GridWeb1.MinRow = 2
GridWeb1.MaxRow = 5
GridWeb1.MinColumn = 3
GridWeb1.MaxColumn = 6
Se även
- class MainWeb
- namnutrymme Aspose.Cells.GridWeb
- hopsättning Aspose.Cells.GridWeb