MaxRow
MainWeb.MaxRow property
Hämtar eller ställer in det maximala visningsradindexet (nollbaserat) för webbarket. Kontrollen använder det större värdet av MaxRow och arkdatas maxrad.
public int MaxRow { 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