CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Location
    Medellín - Antioquia,Colombia - SurAmerica
    Posts
    86

    Custom MSFlexgrid

    Hi Everyone..

    I'm working with MSFlexGrid... and I need to changue the presentation of ONLY one cell.
    How can I to changue the Font, the Size font, the Style, the Color, the Readonly property, the format (Money, String, Current, etc...), etc...



    Thanks for your Help..

    [email protected]


    Please Response to:[email protected]
    http://www.bigfoot.com/~joseluisbz

  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Custom MSFlexgrid

    use .ROW .COL to select the cell that you want, then use CellFontColor, CellFont etc....


    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured