C1.Silverlight.Olap.5
Item Property (C1OlapFieldList)

Name of the field to retrieve.
Gets a C1OlapField by name.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal fieldName As System.String _
) As C1OlapField
public new C1OlapField this[ 
   System.string fieldName
]; {get;}

Parameters

fieldName
Name of the field to retrieve.

Property Value

The requested C1OlapField.
Remarks
If the list does not contain a field with the specified name, an exception is thrown.
See Also

Reference

C1OlapFieldList Class
C1OlapFieldList Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.