Class CellsFactory

Class CellsFactory

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Utility for instantiating classes of Cells model.

public class CellsFactory

Inheritance

objectCellsFactory

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

CellsFactory()

public CellsFactory()

Methods

CreateStyle()

Creates a new style.

public Style CreateStyle()

Returns

Style

Returns a style object.