GrapeCity.Windows.SpreadSheet.Data Namespace > Worksheet Class > SetTag Method : SetTag(Int32,Int32,Object) Method |
'Declaration Public Overloads Sub SetTag( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal value As System.Object _ )
'Usage Dim instance As Worksheet Dim row As System.Integer Dim column As System.Integer Dim value As System.Object instance.SetTag(row, column, value)
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