Aspose API References – Cells https://reference.aspose.com/pdf/net/aspose.pdf/cells/ Recent content in Cells on Aspose API References Hugo -- gohugo.io en Net: Cells https://reference.aspose.com/pdf/net/aspose.pdf/cells/cells/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf/cells/cells/ <h2 id="cells-constructor">Cells constructor</h2> <p>The default constructor.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="n">Cells</span><span class="p">()</span> </span></span></code></pre></div><h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../cells">Cells</a></li> <li>namespace <a href="../../cells">Aspose.Pdf</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: Count https://reference.aspose.com/pdf/net/aspose.pdf/cells/count/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf/cells/count/ <h2 id="cellscount-property">Cells.Count property</h2> <p>The items count.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="kt">int</span> <span class="n">Count</span> <span class="p">{</span> <span class="k">get</span><span class="p">;</span> <span class="p">}</span> </span></span></code></pre></div><h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../cells">Cells</a></li> <li>namespace <a href="../../cells">Aspose.Pdf</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: Item https://reference.aspose.com/pdf/net/aspose.pdf/cells/item/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf/cells/item/ <h2 id="cells-indexer">Cells indexer</h2> <p>Gets or sets cells.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="n">Cell</span> <span class="k">this</span><span class="p">[</span><span class="kt">int</span> <span class="n">index</span><span class="p">]</span> <span class="p">{</span> <span class="k">get</span><span class="p">;</span> <span class="k">set</span><span class="p">;</span> <span class="p">}</span> </span></span></code></pre></div><table> <thead> <tr> <th>Parameter</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>index</td> <td>The cell index.</td> </tr> </tbody> </table> <h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../cell">Cell</a></li> <li>class <a href="../../cells">Cells</a></li> <li>namespace <a href="../../cells">Aspose.Pdf</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: Add https://reference.aspose.com/pdf/net/aspose.pdf/cells/add/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf/cells/add/ <h2 id="add">Add()</h2> <p>Add cell to collection.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="n">Cell</span> <span class="n">Add</span><span class="p">()</span> </span></span></code></pre></div><h3 id="return-value">Return Value</h3> <p>The new cell</p> <h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../cell">Cell</a></li> <li>class <a href="../../cells">Cells</a></li> <li>namespace <a href="../../cells">Aspose.Pdf</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <hr> <h2 id="add_2">Add(string, TextState)</h2> <p>Add cell to collection.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="n">Cell</span> <span class="n">Add</span><span class="p">(</span><span class="kt">string</span> <span class="n">text</span><span class="p">,</span> <span class="n">TextState</span> <span class="n">ts</span><span class="p">)</span> </span></span></code></pre></div><table> <thead> <tr> <th>Parameter</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>text</td> <td>String</td> <td>The text for cell.</td> </tr> <tr> <td>ts</td> <td>TextState</td> <td>The text state.</td> </tr> </tbody> </table> <h3 id="return-value-1">Return Value</h3> <p>The new cell</p> <h3 id="see-also-1">See Also</h3> <ul> <li>class <a href="../../cell">Cell</a></li> <li>class <a href="../../../aspose.pdf.text/textstate">TextState</a></li> <li>class <a href="../../cells">Cells</a></li> <li>namespace <a href="../../cells">Aspose.Pdf</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <hr> <h2 id="add_1">Add(string)</h2> <p>Add cell to collection.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="n">Cell</span> <span class="n">Add</span><span class="p">(</span><span class="kt">string</span> <span class="n">text</span><span class="p">)</span> </span></span></code></pre></div><table> <thead> <tr> <th>Parameter</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>text</td> <td>String</td> <td>The text for cell.</td> </tr> </tbody> </table> <h3 id="return-value-2">Return Value</h3> <p>The new cell</p> <h3 id="see-also-2">See Also</h3> <ul> <li>class <a href="../../cell">Cell</a></li> <li>class <a href="../../cells">Cells</a></li> <li>namespace <a href="../../cells">Aspose.Pdf</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <hr> <h2 id="add_3">Add(Cell)</h2> <p>Add cell to collection.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="k">void</span> <span class="n">Add</span><span class="p">(</span><span class="n">Cell</span> <span class="n">cell</span><span class="p">)</span> </span></span></code></pre></div><table> <thead> <tr> <th>Parameter</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>cell</td> <td>Cell</td> <td>The cell to collection.</td> </tr> </tbody> </table> <h3 id="see-also-3">See Also</h3> <ul> <li>class <a href="../../cell">Cell</a></li> <li>class <a href="../../cells">Cells</a></li> <li>namespace <a href="../../cells">Aspose.Pdf</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: Dispose https://reference.aspose.com/pdf/net/aspose.pdf/cells/dispose/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf/cells/dispose/ <h2 id="cellsdispose-method">Cells.Dispose method</h2> <p>Dispose method</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="k">void</span> <span class="n">Dispose</span><span class="p">()</span> </span></span></code></pre></div><h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../cells">Cells</a></li> <li>namespace <a href="../../cells">Aspose.Pdf</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: GetEnumerator https://reference.aspose.com/pdf/net/aspose.pdf/cells/getenumerator/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf/cells/getenumerator/ <h2 id="cellsgetenumerator-method">Cells.GetEnumerator method</h2> <p>Gets collection&rsquo;s enumerator.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="n">IEnumerator</span><span class="p">&lt;</span><span class="n">Cell</span><span class="p">&gt;</span> <span class="n">GetEnumerator</span><span class="p">()</span> </span></span></code></pre></div><h3 id="return-value">Return Value</h3> <p>Enumerator object.</p> <h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../cell">Cell</a></li> <li>class <a href="../../cells">Cells</a></li> <li>namespace <a href="../../cells">Aspose.Pdf</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: Insert https://reference.aspose.com/pdf/net/aspose.pdf/cells/insert/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf/cells/insert/ <h2 id="cellsinsert-method">Cells.Insert method</h2> <p>Insert cell to collection.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="k">void</span> <span class="n">Insert</span><span class="p">(</span><span class="kt">int</span> <span class="n">index</span><span class="p">,</span> <span class="n">Cell</span> <span class="n">cell</span><span class="p">)</span> </span></span></code></pre></div><table> <thead> <tr> <th>Parameter</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>index</td> <td>Int32</td> <td>The selected index.</td> </tr> <tr> <td>cell</td> <td>Cell</td> <td>The selected cell.</td> </tr> </tbody> </table> <h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../cell">Cell</a></li> <li>class <a href="../../cells">Cells</a></li> <li>namespace <a href="../../cells">Aspose.Pdf</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: Remove https://reference.aspose.com/pdf/net/aspose.pdf/cells/remove/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf/cells/remove/ <h2 id="cellsremove-method">Cells.Remove method</h2> <p>Remove cell set from collection.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="k">void</span> <span class="n">Remove</span><span class="p">(</span><span class="n">Cell</span> <span class="n">cell</span><span class="p">)</span> </span></span></code></pre></div><table> <thead> <tr> <th>Parameter</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>cell</td> <td>Cell</td> <td>The cell object.</td> </tr> </tbody> </table> <h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../cell">Cell</a></li> <li>class <a href="../../cells">Cells</a></li> <li>namespace <a href="../../cells">Aspose.Pdf</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: RemoveRange https://reference.aspose.com/pdf/net/aspose.pdf/cells/removerange/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf/cells/removerange/ <h2 id="cellsremoverange-method">Cells.RemoveRange method</h2> <p>Remove cell set from collection.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="k">void</span> <span class="n">RemoveRange</span><span class="p">(</span><span class="kt">int</span> <span class="n">index</span><span class="p">,</span> <span class="kt">int</span> <span class="n">count</span><span class="p">)</span> </span></span></code></pre></div><table> <thead> <tr> <th>Parameter</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>index</td> <td>Int32</td> <td>The collection index.</td> </tr> <tr> <td>count</td> <td>Int32</td> <td>The rows count.</td> </tr> </tbody> </table> <h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../cells">Cells</a></li> <li>namespace <a href="../../cells">Aspose.Pdf</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll -->