Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetBorderOleColor method

TextBoxActiveXControl::SetBorderOleColor method

Gets and sets the ole color of the background.

void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetBorderOleColor(int32_t value)

Examples

//excel default color system 12 or green(0x0000FF00)
activeXControl.SetBorderOleColor((int)0x80000012);

See Also