[]
Gets 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 MergePolicy GetColumnMerge(int column)
Public Function GetColumnMerge(column As Integer) As MergePolicy
Type | Name | Description |
---|---|---|
int | column | Column index |
Type | Description |
---|---|
MergePolicy | MergePolicy enumeration setting for the specified column |