Intersoft WebGrid Documentation
Exists Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCellCollection Class : Exists Method






name

Syntax

Visual Basic (Declaration) 
Public Function Exists( _
   ByVal name As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridCellCollection
Dim name As String
Dim value As Boolean
 
value = instance.Exists(name)
C# 
public bool Exists( 
   string name
)
Delphi 
public function Exists( 
    name: String
): Boolean; 
JScript 
public function Exists( 
   name : String
) : boolean;
Managed Extensions for C++ 
public: bool Exists( 
   string* name
) 
C++/CLI 
public:
bool Exists( 
   String^ name
) 

Parameters

name

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.