XlsWorksheetBase
TypedLines Property
|
Returns inner lines collection. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public LineCollection TypedLines { get; }
Public ReadOnly Property TypedLines As LineCollection
Get
public:
property LineCollection^ TypedLines {
LineCollection^ get ();
}
member TypedLines : LineCollection with get
Property Value
Type:
LineCollection
See Also