BordersCollectionArrayWrapper
Value Property
|
Synonym for Borders.LineStyle. Read / write Variant.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public LineStyleType Value { get; set; }
Public Property Value As LineStyleType
Get
Set
public:
virtual property LineStyleType Value {
LineStyleType get () sealed;
void set (LineStyleType value) sealed;
}
abstract Value : LineStyleType with get, set
override Value : LineStyleType with get, set
Property Value
Type:
LineStyleType
Implements
IBorders
Value
See Also