FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > SheetView クラス : GetCompositedStyleProperties メソッド |
'Declaration
Public Function GetCompositedStyleProperties( _ ByVal viewRowIndex As Integer, _ ByVal viewColumnIndex As Integer, _ ByRef cellType As ICellType, _ ByRef formatter As IFormatter, _ ByRef renderer As IRenderer, _ ByRef border As IBorder, _ ByRef cellPadding As CellPadding, _ ByRef workbook As Workbook _ ) As StyleFormat
public StyleFormat GetCompositedStyleProperties( int viewRowIndex, int viewColumnIndex, out ICellType cellType, out IFormatter formatter, out IRenderer renderer, out IBorder border, out CellPadding cellPadding, out Workbook workbook )