[]
Sets whether or how cells in a column on this sheet that have the same content are joined into a single cell across multiple rows.
public void SetColumnMerge(int column, MergePolicy value)
Public Sub SetColumnMerge(column As Integer, value As MergePolicy)
Type | Name | Description |
---|---|---|
int | column | Column index (use -1 for all columns) |
MergePolicy | value | MergePolicy enumeration setting |