FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > BorderProperty Class : GetEnumerator Method |
'Declaration Public Shared Function GetEnumerator() As IEnumerator
'Usage Dim value As IEnumerator value = BorderProperty.GetEnumerator()
public static IEnumerator GetEnumerator()
System.Collections.IEnumerator enmr;
enmr=FarPoint.Web.Spread.BorderProperty.GetEnumerator();
enmr.Reset();
while(enmr.MoveNext())
{
TextBox1.Text=Convert.ToString(enmr.Current);
}
Dim bord As FarPoint.Web.Spread.BorderProperty Dim enmr As System.Collections.IEnumerator enmr=bord.GetEnumerator enmr.Reset() While(enmr.MoveNext) TextBox1.Text=Convert.ToString(enmr.Current) End While
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