BuiltInDocumentPropertyCollectionBytes Property |
Note: This API is now obsolete.
Represents an estimate of the number of bytes in the document.
Namespace:
Aspose.Cells.Properties
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntax[ObsoleteAttribute("This property is written for Word and PowerPoint. Excel will omit this property")]
public int Bytes { get; set; }
<ObsoleteAttribute("This property is written for Word and PowerPoint. Excel will omit this property")>
Public Property Bytes As Integer
Get
Set
public:
[ObsoleteAttribute(L"This property is written for Word and PowerPoint. Excel will omit this property")]
property int Bytes {
int get ();
void set (int value);
}
[<ObsoleteAttribute("This property is written for Word and PowerPoint. Excel will omit this property")>]
member Bytes : int with get, set
Property Value
Type:
Int32
See Also