コード例 #1
0
 /// <summary>Gets the name of the object, i.e. the value of the property 'Object name'.
 /// </summary>
 /// <param name="dataQuery">The <see cref="IExcelDataQuery"/> object.</param>
 /// <returns>The name of the object.</returns>
 public static string GetObjectName(this IExcelDataQuery dataQuery)
 {
     return(dataQuery.GetRequiredPropertyValue <string>(ExcelDataQuery.PropertyObjectName, propertyValueColumnIndex: 1));
 }