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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional