BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Private Sub Model_QueryCellInfo(ByVal sender As Object, ByVal e As GridQueryCellInfoEventArgs) 'To Align only the first column. 'If e.RowIndex = 0 And e.ColIndex = 1 Then 'To Align the columnHeader Of MultiColumnCombobox If e.RowIndex = 0 Then e.Style.HorizontalAlignment = GridHorizontalAlignment.Right e.Style.TextColor = Color.Red End If End Sub |