C1.Win.C1FlexGrid Namespace > CellStyle Class : MergeWith Method |
'Declaration
Public Sub MergeWith( _ ByVal sourceStyle As CellStyle _ )
public void MergeWith( CellStyle sourceStyle )
public: void MergeWith( CellStyle^ sourceStyle )
// create a new style CellStyle cs = _flex.Styles.Add("newStyle"); // set data type, alignment cs.DataType = typeof(int); cs.TextAlign = TextAlignEnum.CenterCenter; // copy remaining elements from "Fixed" style cs.MergeWith(_flex.Styles.Fixed); // assign new style to grid column _flex.Cols[col].Style = cs;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2