FarPoint.Web.Spread 名前空間 > Row クラス : Tag プロパティ |
FarPoint.Web.Spread.Row myrow; myrow = FpSpread1.ActiveSheetView.Rows[1]; myrow.Tag = "GrapeCity Spread"; TextBox1.Text = (string)myrow.Tag;
Dim myrow As FarPoint.Web.Spread.Row myrow = FpSpread1.ActiveSheetView.Rows(1) myrow.Tag = "GrapeCity Spread" TextBox1.Text = myrow.Tag