FarPoint.Web.Spread 名前空間 > DefaultStyleCollection クラス : GetEnumerator メソッド |
'Declaration
Public Function GetEnumerator() As IEnumerator
public IEnumerator GetEnumerator()
FarPoint.Web.Spread.DefaultStyleCollection dsc = new FarPoint.Web.Spread.DefaultStyleCollection(); Dim msg As String = dsc.GetEnumerator.MoveNext.ToString(); Response.Write("alert('" + msg + "')");
Dim dsc As New FarPoint.Web.Spread.DefaultStyleCollection Dim msg As String = dsc.GetEnumerator.MoveNext.ToString() Response.Write("alert('" & msg & "')")