Gets a value that determines if a cell is part of the selection and should be highlighted.
            
            
            
            
            
            
            
            '宣言
 
Public Overridable Function IsCellHighlighted( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) As System.Boolean
             
        
            
            public virtual System.bool IsCellHighlighted( 
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- row
 
- Row index.
 - col
 
- Column index.
 
            
            戻り値の型
True if the cell should be highlighted, false otherwise.