VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / get_BordersColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_BordersColor Method
In This Topic
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