Class ExportObjectEvent
Class ExportObjectEvent
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
The event triggered when exporting an object, such as Picture.
public class ExportObjectEvent
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Methods
GetSource()
Gets the object to be exported.
public object GetSource()
Returns
the object to be exported.