Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
int BundleRow = 0;
BundleStringGrid->Cells[1][BundleRow] = "Bundle #";
BundleStringGrid->Cells[2][BundleRow] = "# of Sheets";
BundleStringGrid->Cells[3][BundleRow] = "Length CM";
BundleStringGrid->Cells[4][BundleRow] = "Width CM";
BundleStringGrid->Cells[5][BundleRow] = "Sq. Meters";
BundleStringGrid->Cells[6][BundleRow] = "Length In";
BundleStringGrid->Cells[7][BundleRow] = "Width In";
BundleStringGrid->Cells[8][BundleRow] = "Sq. Feet ";
BundleRow++;
.
.
.