Worksheet.Headings Property
Public Property Headings() As IEnumerable(Of String)
This language is not supported or no code example is available.
public IEnumerable<string> Headings {get; set;}
This language is not supported or no code example is available.
public:
property IEnumerable<String^>^ Headings {
IEnumerable<String^>^ get( );
void set(
IEnumerable<String^>^ value
);
}
This language is not supported or no code example is available.