ComponentOne Studio Web API Edition
Keys Property

Gets or sets a System.Object array, which is used to specify some cell.
Syntax
'Declaration
 
Public Property Keys As Object()
public object[] Keys {get; set;}
Remarks
Firstly, you need add the values of the fields in rowFields in order into keys. Then add the values of the fields in columnFields in order. If some field value is null, JUST add null into array and DO NOT remove it. ou should keep the count of the keys array same as the count of the fields in rowFields and columnFields.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DetailRequest Class
DetailRequest Members

 

 


Copyright © GrapeCity, inc. All rights reserved.