[]
Gets the CSS classes that need to be applied to display the specified gridLinesVisibility
and internalBorders
.
protected static IEnumerable<string> GetBorderClasses(GridLinesVisibility gridLinesVisibility, C1Thickness internalBorders)
Type | Name | Description |
---|---|---|
GridLinesVisibility | gridLinesVisibility | The desired grid-lines visibility. |
C1Thickness | internalBorders | A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0. |
Type | Description |
---|---|
IEnumerable<string> |