Interface IMetaProperty
Represents a defined name for a range of cells. Names can be either built-in names such as Database, Print_Area, and Auto_Open or custom names.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public interface IMetaProperty
Properties
Name
Gets the name of the meta property.
Declaration
string Name { get; }
Property Value
Type |
---|
System.String |
Value
Gets or sets value for the meta property.
Declaration
string Value { get; set; }
Property Value
Type |
---|
System.String |