[]
Gets or sets the name of the sheet.
[TypeConverter(typeof(SheetNameConverter))]
public string SheetName { get; set; }
<TypeConverter(GetType(SheetNameConverter))>
Public Property SheetName As String
Type | Description |
---|---|
string | Name of the sheet |