Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

LineStyleType

Implements

IBorders..::..Value

See Also