Excel for UWP/WinRT
XLPatternEnum 列挙体

セルの背景の塗りつぶしに使用するパターンを指定します。
構文
'宣言
 
Public Enum XLPatternEnum 
   Inherits System.Enum
public enum XLPatternEnum : System.Enum 
メンバ
メンバ解説
DiagonalCrosshatch斜線格子パターン。
DiagonalStripe左下がり斜線縞パターン(/)。
Gray066% 灰色パターン。
Gray1212% 灰色パターン。
Gray2525% 灰色パターン。
Gray5050% 灰色パターン。
Gray7575% 灰色パターン。
HorizontalStripe横縞。
Noneパターンなし(透過)。
ReverseDiagonalStripe右下がり斜線縞パターン(\)。
Solid単色。
ThickDiagonalCrosshatch太斜線格子パターン。
ThinDiagonalCrosshatch細斜線格子パターン。
ThinDiagonalStripe細左下がり斜線縞パターン(/)。
ThinHorizontalCrosshatch細線横格子パターン。
ThinHorizontalStripe細線水平ストライプパターン。
ThinReverseDiagonalStripe細右下がり斜線縞パターン(\)。
ThinVerticalStripe細線垂直ストライプパターン。
VerticalStripe縦縞。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Excel.XLPatternEnum

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1.Xaml.Excel 名前空間

Send Feedback