VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / get_BordersColor Property
Syntax BrowserCompatibility SeeAlso
get_BordersColor Method
Gets the border color of focused cell.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);

var value; // Type: string
value = instance.get_BordersColor();

Return Value

The border color of focused cell, for example, "rgba(0,128,255,0.77)".
Browser Compatibility
56+
45+
11
See Also