[]
Sets whether or how cells in a column on this sheet that have the same content are joined in 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 |
MergePolicy | value | MergePolicy enumeration setting |