Style Property

Yogesh.ExcelXml

A Sandcastle Documented Class Library Style Property
NamespacesYogesh.ExcelXmlColumnStyle
Gets or sets the XmlStyle reference of the column.

Setting this option only affects cells which are added after this value is set. The cells which are added in the same column retain their original style settings.

Declaration Syntax
C# Visual Basic Visual C++
public XmlStyle Style { get; set; }
Public Property Style As XmlStyle
public:
property XmlStyle^ Style {
	XmlStyle^ get ();
	void set (XmlStyle^ value);
}

Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158