Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to set WrapText functionality for a cell of excelsheet?

How to set WrapText functionality for a cell of excelsheet?

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-nettutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Chetan visodiya
    wrote on last edited by
    #1

    We are using SpreadSheet component of OWC 11.0 for our ASP.net application.There have not a property for WrapText functionality. How can i implement WrapText functionality for a cell of SpreadSheet.

    P 1 Reply Last reply
    0
    • C Chetan visodiya

      We are using SpreadSheet component of OWC 11.0 for our ASP.net application.There have not a property for WrapText functionality. How can i implement WrapText functionality for a cell of SpreadSheet.

      P Offline
      P Offline
      padmanabhan N
      wrote on last edited by
      #2

      // Get cell range oRange = oSheet1.get_Range("A1" ,"A4"); // Wrap text oRange.WrapText = true; This will solve your issue i think

      Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups