Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
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 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