Class TableToRangeOptions
Class TableToRangeOptions
Namespace: Aspose.Cells.Tables
Assembly: Aspose.Cells.dll (25.2.0)
Represents the options when converting table to range.
public class TableToRangeOptions
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
TableToRangeOptions()
public TableToRangeOptions()
Properties
LastRow
Gets and sets the last row index of the table.
public int LastRow { get; set; }