GrapeCity.Windows.SpreadSheet.Data Namespace > Worksheet Class > SetValue Method : SetValue(Int32,Int32,SheetArea,Object) Method |
'Declaration Public Overloads Sub SetValue( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal area As SheetArea, _ ByVal value As System.Object _ )
gcSpreadSheet1.Sheets[0].SetTag(0, 0, "test"); //gcSpreadSheet1.Sheets[0].SetTag(0, 0, GrapeCity.Windows.SpreadSheet.Data.SheetArea.Cells, "test"); gcSpreadSheet1.Sheets[0].SetText(1, 1, "testing"); //gcSpreadSheet1.Sheets[0].SetText(1, 1, GrapeCity.Windows.SpreadSheet.Data.SheetArea.Cells, "Testing"); gcSpreadSheet1.Sheets[0].SetValue(2, 2, "ABC"); //gcSpreadSheet1.Sheets[0].SetValue(2, 2, GrapeCity.Windows.SpreadSheet.Data.SheetArea.Cells, "ABC"); //gcSpreadSheet1.Sheets[0].SetValue(2, 2, GrapeCity.Windows.SpreadSheet.Data.SheetArea.Cells, "ABC", true);
GcSpreadSheet1.Sheets(0).SetTag(0, 0, "test") 'GcSpreadSheet1.Sheets(0).SetTag(0, 0, GrapeCity.Windows.SpreadSheet.Data.SheetArea.Cells, "test") GcSpreadSheet1.Sheets(0).SetText(1, 1, "testing") 'GcSpreadSheet1.Sheets(0).SetText(1, 1, GrapeCity.Windows.SpreadSheet.Data.SheetArea.Cells, "Testing") GcSpreadSheet1.Sheets(0).SetValue(2, 2, "ABC") 'GcSpreadSheet1.Sheets(0).SetValue(2, 2, GrapeCity.Windows.SpreadSheet.Data.SheetArea.Cells, "ABC") 'GcSpreadSheet1.Sheets(0).SetValue(2, 2, GrapeCity.Windows.SpreadSheet.Data.SheetArea.Cells, "ABC", True)
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6