XlsPageSetupBase
GetStoreSize Method
|
Note: This API is now obsolete.
Size of the required storage space. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public virtual int GetStoreSize(
ExcelVersion version
)
<ObsoleteAttribute("the method is not implemented")>
Public Overridable Function GetStoreSize (
version As ExcelVersion
) As Integer
public:
[ObsoleteAttribute(L"the method is not implemented")]
virtual int GetStoreSize(
ExcelVersion version
)
[<ObsoleteAttribute("the method is not implemented")>]
abstract GetStoreSize :
version : ExcelVersion -> int
[<ObsoleteAttribute("the method is not implemented")>]
override GetStoreSize :
version : ExcelVersion -> int
Parameters
-
version
-
Type:
Spire.Xls
ExcelVersion
Return Value
Type:
Int32
See Also