[]
Gets or sets an array of strings that contains the names of the key fields for the data source for this sheet.
[TypeConverter(typeof(StringArrayConverter))]
public string[] DataKeyNames { get; set; }
<TypeConverter(GetType(StringArrayConverter))>
Public Property DataKeyNames As String()