XlsVPageBreaksCollection
StreamPos Property
 | 
Note: This API is now obsolete.
Indicates record position in stream. This is a utility member of class and
is used only in the serialization process. Does not influence the data.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
[ObsoleteAttribute("get and are not implemented")]
public long StreamPos { get; set; }
 
<ObsoleteAttribute("get and are not implemented")>
Public Property StreamPos As Long
	Get
	Set
 
public:
[ObsoleteAttribute(L"get and are not implemented")]
property long long StreamPos {
	long long get ();
	void set (long long value);
}
 
[<ObsoleteAttribute("get and are not implemented")>]
member StreamPos : int64 with get, set
 
 
 
Property Value
Type:
Int64
 
See Also