GrapeCity.ActiveReports.Export.Excel.v9 Assembly > GrapeCity.SpreadBuilder.Cells Namespace > MergeArea Structure : MergeArea Constructor |
Initializes a new instance of the MergeArea structure from the specified row and column to the specified row and column.
'Declaration Public Function New( _ ByVal rowFrom As System.UShort, _ ByVal rowTo As System.UShort, _ ByVal columnFrom As System.UShort, _ ByVal columnTo As System.UShort _ )
public MergeArea( System.ushort rowFrom, System.ushort rowTo, System.ushort columnFrom, System.ushort columnTo )