FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GetColumnAutoText Method |
FarPoint.Web.Spread.ColumnHeader colhdr; FarPoint.Web.Spread.SheetView sv=FpSpread1.ActiveSheetView; colhdr=sv.ColumnHeader; colhdr.RowCount=3; colhdr.AutoText=FarPoint.Web.Spread.HeaderAutoText.Letters; ListBox1.Items.Add(Convert.ToString(sv.GetColumnAutoText(3)));
Dim colhdr As FarPoint.Web.Spread.ColumnHeader Dim sv As FarPoint.Web.Spread.SheetView sv=FpSpread1.ActiveSheetView colhdr=sv.ColumnHeader colhdr.RowCount=3 colhdr.AutoText=FarPoint.Web.Spread.HeaderAutoText.Letters ListBox1.Items.Add(sv.GetColumnAutoText(3))
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6