Removes a QueryCell from a ConfigQuery.
[Visual Basic] Public Sub Remove( _ ByVal nIndex As Integer _ ) [C#] public void Remove( int nIndex ); [C++] public: void Remove( int nIndex ); [JScript] public function Remove( nIndex : int );
ConfigQuery Class | ConfigQuery Members | System.Configuration Namespace