# Wijmo_Grid_Pdf.Icellstyle

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								ICellStyle Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the look and feel of a cell.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">ICellStyle</span>
								</li>
							</ul>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_pdf.icellstyle.html#backgroundcolor" class="tsd-kind-icon">background<wbr>Color</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_pdf.icellstyle.html#bordercolor" class="tsd-kind-icon">border<wbr>Color</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_pdf.icellstyle.html#color" class="tsd-kind-icon">color</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_pdf.icellstyle.html#font" class="tsd-kind-icon">font</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="backgroundcolor" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> backgroundColor</h3>
								<div class="tsd-signature tsd-kind-icon">background<wbr>Color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Represents the background color of a cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="bordercolor" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> borderColor</h3>
								<div class="tsd-signature tsd-kind-icon">border<wbr>Color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Represents the border color of a cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="color" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> color</h3>
								<div class="tsd-signature tsd-kind-icon">color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Represents the text color of a cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="font" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> font</h3>
								<div class="tsd-signature tsd-kind-icon">font<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Represents the font of a cell.</p>
									</div>
								</div>
							</section>
						</section>
					</div>