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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("get and set not implemented")]
public long StreamPos { get; set; }
<ObsoleteAttribute("get and set not implemented")> 
Public Property StreamPos As Long
	Get
	Set
public:
[ObsoleteAttribute(L"get and set not implemented")]
property long long StreamPos {
	long long get ();
	void set (long long value);
}
[<ObsoleteAttribute("get and set not implemented")>]
member StreamPos : int64 with get, set

Property Value

Int64

See Also