TextBoxActiveXControl.BorderOleColor
TextBoxActiveXControl.BorderOleColor property
Gets and sets the ole color of the background.
public int BorderOleColor { get; set; }
Examples
[C#]
//excel default color system 12 or green(0x0000FF00)
activeXControl.BorderOleColor = unchecked((int)0x80000012);
See Also
- class TextBoxActiveXControl
- namespace Aspose.Cells.Drawing.ActiveXControls
- assembly Aspose.Cells