// Add a new sheet to the grid FpSpread_Sheet sheet = spread.Sheets.Add("MySheet");
// Add the control to the form this.Controls.Add(spread); } }
To get the most out of FarPoint Spread in your Windows Forms applications, follow these best practices:
// Add a new sheet to the grid FpSpread_Sheet sheet = spread.Sheets.Add("MySheet");
// Add the control to the form this.Controls.Add(spread); } }
To get the most out of FarPoint Spread in your Windows Forms applications, follow these best practices: